* configure.in: Bump up the version.
* Release: Version 1.1.90 "Successful encyclopedia salesman" released. svn: r4076
This commit is contained in:
parent
2d0d34bd95
commit
03715f00c8
@ -1,8 +1,14 @@
|
|||||||
2005-02-18 Eero Tamminen <eerot@sf>
|
2005-02-22 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
|
* configure.in: Bump up the version.
|
||||||
|
|
||||||
|
2005-02-21 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
|
* Release: Version 1.1.90 "Successful encyclopedia salesman" released.
|
||||||
|
|
||||||
|
2005-02-21 Eero Tamminen <eerot@sf>
|
||||||
* NEWS: Added notes about user visible GraphViz and StatisticsChart
|
* NEWS: Added notes about user visible GraphViz and StatisticsChart
|
||||||
report changes/enhancements
|
report changes/enhancements
|
||||||
|
|
||||||
2005-02-20 Alex Roitman <shura@alex.neuro.umn.edu>
|
2005-02-21 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* NEWS: Update.
|
* NEWS: Update.
|
||||||
|
|
||||||
* src/docgen/PSDrawDoc.py (draw_text,write_at):
|
* src/docgen/PSDrawDoc.py (draw_text,write_at):
|
||||||
|
@ -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.90, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 1.1.95, 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…
x
Reference in New Issue
Block a user