2006-10-23 Alex Roitman <shura@gramps-project.org>

* configure.in: Bump up release number.
	* NEWS: Typo.



svn: r7430
This commit is contained in:
Alex Roitman 2006-10-24 03:30:24 +00:00
parent 8a105f8901
commit b0762269c5
3 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2006-10-23 Alex Roitman <shura@gramps-project.org>
* configure.in: Bump up release number.
* NEWS: Typo.
2006-10-23 Don Allingham <don@gramps-project.org>
* src/ReportBase/_BareReportDialog.py: declare logger.

2
NEWS
View File

@ -1,4 +1,4 @@
Version 2.2.0rc1 -- the "What is your quest?" release
Version 2.2.0rc2 -- the "What is your quest?" release
* Bug fixes
Version 2.2.0rc1 -- the "Help, Help! I'm being repressed!" release

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.0rc2, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 2.2.1, [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"