* configure.in: bump up the version.

* Release: Version 1.1.2 "Confuse-a-cat" released.


svn: r3787
This commit is contained in:
Alex Roitman 2004-12-07 04:30:38 +00:00
parent ae4bc9daf3
commit 679c7c7390
2 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,9 @@
2004-12-06 Alex Roitman <shura@alex.neuro.umn.edu>
* configure.in: bump up the version.
2004-12-06 Don Allingham <dallingham@users.sourceforge.net>
* NEWS: minor update for 1.1.2 release
* Release: Version 1.1.2 "Confuse-a-cat" released.
2004-12-05 Alex Roitman <shura@alex.neuro.umn.edu>
* doc/Makefile.am: Remove unneeded CLEANFILES, they're defined below.

View File

@ -4,11 +4,11 @@ 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, 1.1.2, gramps-bugs@lists.sourceforge.net)
AC_INIT(gramps, 1.1.3, gramps-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR(src/gramps.py)
AM_INIT_AUTOMAKE(1.6.3)
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
RELEASE=1
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
dnl RELEASE=1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"