bump gramps33 branch version to 3.3.2

svn: r18237
This commit is contained in:
Stéphane Charette 2011-10-02 05:28:56 +00:00
parent aa0ad65731
commit 66576a4209
3 changed files with 10 additions and 10 deletions

14
NEWS
View File

@ -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.

View File

@ -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])

View File

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