bump gramps33 branch version to 3.3.3

svn: r19585
This commit is contained in:
Stéphane Charette
2012-05-19 08:00:24 +00:00
parent 8e1ada856b
commit f9fb68e2ca
2 changed files with 3 additions and 3 deletions

View File

@ -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.3.2, [gramps-bugs@lists.sourceforge.net]) AC_INIT(gramps, 3.3.3, [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])

View File

@ -42,10 +42,10 @@ from gen.ggettext import sgettext as _
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps" PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@": if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.3.2" VERSION = "3.3.3"
else: else:
VERSION = "@VERSIONSTRING@" VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 3, 2) VERSION_TUPLE = (3, 3, 3)
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #