* Release: Version 1.1.95 "When danger reared its ugly head,

he bravely turned his tail and fled" released.
* configure.in: Bump up the version number.


svn: r4338
This commit is contained in:
Alex Roitman 2005-04-10 23:36:55 +00:00
parent 8d98e20f7e
commit 9fe2349434
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-10 Alex Roitman <shura@gramps-project.org>
* Release: Version 1.1.95 "When danger reared its ugly head,
he bravely turned his tail and fled" released.
* configure.in: Bump up the version number.
2005-04-10 Alex Roitman <shura@gramps-project.org>
* NEWS: Update.

View File

@ -4,7 +4,7 @@ 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.95, gramps-bugs@lists.sourceforge.net)
AC_INIT(gramps, 1.1.99, gramps-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR(src/gramps.py)
AM_INIT_AUTOMAKE(1.6.3)
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')