From 75c9a2ef3baf1049fa48d26ab6bbda0bd51ec639 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 17 Apr 2010 23:19:23 +0000 Subject: [PATCH] Revert: put this in the next commit svn: r15200 --- 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..fbb911cef 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.0" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 2, 1) +VERSION_TUPLE = (3, 2, 0) #------------------------------------------------------------------------- #