up the version string for gramps32 branch to 3.2.1
svn: r14824
This commit is contained in:
parent
4eebd0ca01
commit
4e2c568c75
2
NEWS
2
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:
|
* New Plugin System:
|
||||||
-> In the Help Menu -> Menu Status, all available plugins are visible. All
|
-> 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.
|
plugins can be hidden, saving resources and hiding options you do not need.
|
||||||
|
@ -5,13 +5,13 @@ dnl May need to run automake && aclocal first
|
|||||||
|
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
dnl NOTE: arg to macro below becomes the "VERSION"
|
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)
|
AC_CONFIG_SRCDIR(configure.in)
|
||||||
AM_INIT_AUTOMAKE([1.6.3 foreign])
|
AM_INIT_AUTOMAKE([1.6.3 foreign])
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
RELEASE=0beta.SVN$(svnversion -n .)
|
RELEASE=0.SVN$(svnversion -n .)
|
||||||
dnl RELEASE=0beta3
|
dnl RELEASE=0beta3
|
||||||
dnl RELEASE=0rc1
|
dnl RELEASE=0rc1
|
||||||
dnl RELEASE=1
|
dnl RELEASE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user