* configure.in: Bump up the release number.
svn: r5991
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
2006-02-24 Alex Roitman <shura@gramps-project.org>
|
2006-02-24 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* configure.in: Bump up the release number.
|
||||||
* test/runtest.sh (GRPH_REP): Add calendar to the list of reports.
|
* test/runtest.sh (GRPH_REP): Add calendar to the list of reports.
|
||||||
* src/plugins/Calendar.py: Remove the unsupported flag.
|
* src/plugins/Calendar.py: Remove the unsupported flag.
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,9 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT(gramps, 2.0.10, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 2.0.10, 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)
|
||||||
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
dnl RELEASE=1
|
dnl RELEASE=1
|
||||||
dnl RELEASE=0.RC2
|
RELEASE=0.RC1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
|||||||
Reference in New Issue
Block a user