From ac5d1a68d3f4aeb9e426a9c3b542ceb99b8653ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 24 Aug 2012 16:49:26 +0000 Subject: [PATCH] bump to 3.4.2 svn: r20261 --- configure.in | 2 +- src/const.py.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 98343a3fd..f52073070 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.4.1, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.4.2, [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 9c283979e..7cc29c51f 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -43,10 +43,10 @@ from gen.ggettext import sgettext as _ #------------------------------------------------------------------------- PROGRAM_NAME = "Gramps" if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@": - VERSION = "3.4.1" + VERSION = "3.4.2" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 4, 1) +VERSION_TUPLE = (3, 4, 2) #------------------------------------------------------------------------- #