diff --git a/configure.in b/configure.in index ad16445e9..ece18fe61 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ dnl May need to run automake && aclocal first AC_PREREQ(2.57) 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) AM_INIT_AUTOMAKE([1.6.3 foreign]) diff --git a/src/const.py.in b/src/const.py.in index 0e6ca08b8..b4d213112 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -42,10 +42,10 @@ from gen.ggettext import sgettext as _ #------------------------------------------------------------------------- PROGRAM_NAME = "Gramps" if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@": - VERSION = "3.3.2" + VERSION = "3.3.3" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 3, 2) +VERSION_TUPLE = (3, 3, 3) #------------------------------------------------------------------------- #