From 2ae3583c3ab75f040914ea0f3f05ac7dfa7591da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Sun, 25 Apr 2010 07:57:05 +0000 Subject: [PATCH] bump version to 3.2.3; remove libgconf as a build dependency svn: r15288 --- configure.in | 2 +- debian/control | 2 +- src/const.py.in | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index ed2938e4f..6b1719c45 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.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]) diff --git a/debian/control b/debian/control index 58bfdeed0..13cb2350a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: gramps Section: gnome Priority: optional Maintainer: Stéphane Charette -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/ diff --git a/src/const.py.in b/src/const.py.in index cb527203d..63c47932f 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.2" + VERSION = "3.2.3" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 2, 2) +VERSION_TUPLE = (3, 2, 3) #------------------------------------------------------------------------- #