update version number

svn: r9805
This commit is contained in:
Stéphane Charette 2008-01-14 07:43:47 +00:00
parent b49f4ce088
commit d72778f1ea
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,6 @@
2008-01-13 Stéphane Charette <stephanecharette@gmail.com>
* configure.in: released 2.2.10; update version number to 2.2.11
2008-01-06 Stéphane Charette <stephanecharette@gmail.com> 2008-01-06 Stéphane Charette <stephanecharette@gmail.com>
* NEWS: release candidate for version 2.2.10 "Lemon Curry?" * NEWS: release candidate for version 2.2.10 "Lemon Curry?"

View File

@ -4,16 +4,16 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first dnl May need to run automake && aclocal first
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT(gramps, 2.2.10, [gramps-bugs@lists.sourceforge.net]) AC_INIT(gramps, 2.2.11, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in) AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE(1.6.3) AM_INIT_AUTOMAKE(1.6.3)
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT GNOME_DOC_INIT
dnl RELEASE=0.SVN$(svnversion -n .) RELEASE=0.SVN$(svnversion -n .)
dnl RELEASE=0rc1 dnl RELEASE=0rc1
RELEASE=1 dnl RELEASE=1
VERSIONSTRING=$VERSION VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x" if test x"$RELEASE" != "x"