From f25cd60b64c063a142dd81011c6fef4b1b90a50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 27 Jan 2014 11:04:46 +0100 Subject: [PATCH] Bump to '3.4.8' --- configure.in | 6 +++--- src/const.py.in | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.in b/configure.in index 9c0766360..6a1efa277 100644 --- a/configure.in +++ b/configure.in @@ -5,16 +5,16 @@ 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.7, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.4.8, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE([1.6.3 foreign]) AC_CONFIG_MACRO_DIR([m4]) -dnl RELEASE=$(git log -1 --format=%h .) +RELEASE=$(git log -1 --format=%h .) dnl RELEASE=0beta dnl RELEASE=0rc1 -RELEASE=1 +dnl RELEASE=1 VERSIONSTRING=$VERSION if test x"$RELEASE" != "x" diff --git a/src/const.py.in b/src/const.py.in index 61ef6923d..71096b34e 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.7" + VERSION = "3.4.8" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 4, 7) +VERSION_TUPLE = (3, 4, 8) #------------------------------------------------------------------------- #