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) #------------------------------------------------------------------------- #