2006-11-27 Don Allingham <don@gramps-project.org>

* configure.in: change version number

	* 2.2.3 released


svn: r7719
This commit is contained in:
Don Allingham 2006-11-27 15:52:17 +00:00
parent 6ea916492f
commit f337a7e213
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
2006-11-27 Don Allingham <don@gramps-project.org>
* configure.in: change version number
2006-11-26 Don Allingham <don@gramps-project.org>
* 2.2.3 released
* configure.in: up version number
* src/GrampsCfg.py: window title
* src/ColumnOrder.py: window title name

View File

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