From 66576a4209b41cdfde97218970241bf9b8dd6d5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Sun, 2 Oct 2011 05:28:56 +0000 Subject: [PATCH] bump gramps33 branch version to 3.3.2 svn: r18237 --- NEWS | 14 +++++++------- configure.in | 2 +- src/const.py.in | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NEWS b/NEWS index 1791b7c5f..1a8f2ee7e 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,12 @@ 2011-10-01 Version 3.3.1 -- "The Tenth Anniversary Edition" bug fix release. -- translation updates: ca, cs, de, fr, hr, it, nb, nl, pl, pt_br, sk, sl, sv, uk, zh_cn -- new languages in this release: ja (Japanese), vi (Vietnamese) -- 36 bugs closed since v3.3.0: http://www.gramps-project.org/bugs/roadmap_page.php?version_id=27 -- 79 translation commits since v3.3.0 -- 189 code commits since v3.3.0 -- ten years since v0.0.1 was first released: http://www.gramps-project.org/wiki/index.php?title=Previous_releases -- "Thank you!" to Donald Allingham, The Gramps Developers, translators, and our every day users +* translation updates: ca, cs, de, fr, hr, it, nb, nl, pl, pt_br, sk, sl, sv, uk, zh_cn +* new languages in this release: ja (Japanese), vi (Vietnamese) +* 36 bugs closed since v3.3.0: http://www.gramps-project.org/bugs/roadmap_page.php?version_id=27 +* 79 translation commits since v3.3.0 +* 189 code commits since v3.3.0 +* ten years since v0.1.1 was first released: http://www.gramps-project.org/wiki/index.php?title=Previous_releases +* "Thank you!" to Donald Allingham, The Gramps Developers, translators, and our every day users 2011-06-12 Version 3.3.0 -- the "Prelude to the next version" new feature release. diff --git a/configure.in b/configure.in index 4ecf08cef..ad16445e9 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.3.1, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.3.2, [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 899d72152..2f3ac0f5a 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -42,10 +42,10 @@ from gen.ggettext import sgettext as _ #------------------------------------------------------------------------- PROGRAM_NAME = "Gramps" if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@": - VERSION = "3.3.1" + VERSION = "3.3.2" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 3, 1) +VERSION_TUPLE = (3, 3, 2) #------------------------------------------------------------------------- #