From 32d363fb7fc5423bb8b9fdf09eba522d1f63cc05 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 23 Apr 2010 10:34:15 +0000 Subject: [PATCH] bump next version string to 3.2.2 svn: r15275 --- src/const.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.py.in b/src/const.py.in index 04bd899e2..cb527203d 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.1" + VERSION = "3.2.2" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 2, 1) +VERSION_TUPLE = (3, 2, 2) #------------------------------------------------------------------------- #