* configure.in: Bump up the version number.
* Release: Version 1.1.1 "Rat cake, rat sorbet, rat pudding, or strawberry tart" released. svn: r3580
This commit is contained in:
parent
ba5352424c
commit
d555527cfb
@ -1,3 +1,10 @@
|
|||||||
|
2004-09-27 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* configure.in: Bump up the version number.
|
||||||
|
|
||||||
|
2004-09-27 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
|
* Release: Version 1.1.1 "Rat cake, rat sorbet, rat pudding,
|
||||||
|
or strawberry tart" released.
|
||||||
|
|
||||||
2004-09-26 Alex Roitman <shura@alex.neuro.umn.edu>
|
2004-09-26 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/DateDisplay.py: Now proper capitalization for _MONS.
|
* src/DateDisplay.py: Now proper capitalization for _MONS.
|
||||||
* src/DateParser.py: Support for the RFC-2822 dates (email standard).
|
* src/DateParser.py: Support for the RFC-2822 dates (email standard).
|
||||||
|
@ -4,11 +4,11 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl May need to run automake && aclocal first
|
dnl May need to run automake && aclocal first
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT(gramps, 1.1.1, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 1.1.2, gramps-bugs@lists.sourceforge.net)
|
||||||
AC_CONFIG_SRCDIR(src/gramps.py)
|
AC_CONFIG_SRCDIR(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(1.6.3)
|
AM_INIT_AUTOMAKE(1.6.3)
|
||||||
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
RELEASE=1
|
dnl RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
Loading…
Reference in New Issue
Block a user