bump version number after the 3.2.5 release
svn: r16204
This commit is contained in:
parent
3b5508d997
commit
c0bf571c62
@ -5,7 +5,7 @@ dnl May need to run automake && aclocal first
|
|||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
dnl NOTE: arg to macro below becomes the "VERSION"
|
dnl NOTE: arg to macro below becomes the "VERSION"
|
||||||
AC_INIT(gramps, 3.2.5, [gramps-bugs@lists.sourceforge.net])
|
AC_INIT(gramps, 3.2.6, [gramps-bugs@lists.sourceforge.net])
|
||||||
AC_CONFIG_SRCDIR(configure.in)
|
AC_CONFIG_SRCDIR(configure.in)
|
||||||
AM_INIT_AUTOMAKE([1.6.3 foreign])
|
AM_INIT_AUTOMAKE([1.6.3 foreign])
|
||||||
|
|
||||||
|
@ -42,10 +42,10 @@ from gettext import gettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
PROGRAM_NAME = "Gramps"
|
PROGRAM_NAME = "Gramps"
|
||||||
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
|
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
|
||||||
VERSION = "3.2.5"
|
VERSION = "3.2.6"
|
||||||
else:
|
else:
|
||||||
VERSION = "@VERSIONSTRING@"
|
VERSION = "@VERSIONSTRING@"
|
||||||
VERSION_TUPLE = (3, 2, 5)
|
VERSION_TUPLE = (3, 2, 6)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user