* configure.in: Bump up the release number.
svn: r5991
This commit is contained in:
parent
ed287a85d3
commit
754cd97f3c
@ -1,4 +1,5 @@
|
||||
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.
|
||||
* 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_CONFIG_SRCDIR(src/gramps.py)
|
||||
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=0.RC2
|
||||
RELEASE=0.RC1
|
||||
|
||||
VERSIONSTRING=$VERSION
|
||||
if test x"$RELEASE" != "x"
|
||||
|
Loading…
Reference in New Issue
Block a user