* configure.in: bump up the version.
* Release: Version 1.1.2 "Confuse-a-cat" released. svn: r3787
This commit is contained in:
parent
ae4bc9daf3
commit
679c7c7390
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user