From 4e2c568c75f854eb2bb089ea768e7b0d214867fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Mon, 15 Mar 2010 08:00:22 +0000 Subject: [PATCH] up the version string for gramps32 branch to 3.2.1 svn: r14824 --- NEWS | 2 +- configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index d589da001..534d7490e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Version 3.2.0 (beta1) -- the "I am your father" release. +Version 3.2.0 -- the "I am your father" release. * New Plugin System: -> In the Help Menu -> Menu Status, all available plugins are visible. All plugins can be hidden, saving resources and hiding options you do not need. diff --git a/configure.in b/configure.in index 1b1960073..38ca37717 100644 --- a/configure.in +++ b/configure.in @@ -5,13 +5,13 @@ 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.0, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.2.1, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE([1.6.3 foreign]) AC_CONFIG_MACRO_DIR([m4]) -RELEASE=0beta.SVN$(svnversion -n .) +RELEASE=0.SVN$(svnversion -n .) dnl RELEASE=0beta3 dnl RELEASE=0rc1 dnl RELEASE=1