diff --git a/src/const.py.in b/src/const.py.in index fbb911cef..04bd899e2 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.0" + VERSION = "3.2.1" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 2, 0) +VERSION_TUPLE = (3, 2, 1) #------------------------------------------------------------------------- #