* configure.in: Bump up the version.
* Release: Version 1.1.90 "Successful encyclopedia salesman" released. svn: r4076
This commit is contained in:
parent
d92ac8827e
commit
7983883e11
10
ChangeLog
10
ChangeLog
@ -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
|
||||
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.
|
||||
|
||||
* 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
|
||||
|
||||
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)
|
||||
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