bump version to 3.2.3; remove libgconf as a build dependency

svn: r15288
This commit is contained in:
Stéphane Charette 2010-04-25 07:57:05 +00:00
parent 612b1889d8
commit 2ae3583c3a
3 changed files with 4 additions and 4 deletions

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.2.2, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 3.2.3, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign])

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: gramps
Section: gnome
Priority: optional
Maintainer: Stéphane Charette <stephanecharette@gmail.com>
Build-Depends-Indep: libxml-parser-perl, python-gtk2, gettext, libgconf2-dev, python-central (>= 0.5.6), python, intltool
Build-Depends-Indep: libxml-parser-perl, python-gtk2, gettext, python-central (>= 0.5.6), python, intltool
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.3
Homepage: http://www.gramps-project.org/

View File

@ -42,10 +42,10 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.2.2"
VERSION = "3.2.3"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 2, 2)
VERSION_TUPLE = (3, 2, 3)
#-------------------------------------------------------------------------
#