From 1f41eddfea4590e07d3c3b859b7b560453c248b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Mon, 17 May 2010 05:51:39 +0000 Subject: [PATCH] bump version number to 3.2.4 svn: r15423 --- configure.in | 2 +- src/const.py.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 6b1719c45..4b6ba7f94 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.2.3, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.2.4, [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 63c47932f..a702862df 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -42,10 +42,10 @@ from gettext import gettext as _ #------------------------------------------------------------------------- PROGRAM_NAME = "Gramps" if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@": - VERSION = "3.2.3" + VERSION = "3.2.4" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 2, 3) +VERSION_TUPLE = (3, 2, 4) #------------------------------------------------------------------------- #