bump 3.4.3
svn: r20622
This commit is contained in:
parent
4640a6f107
commit
557f94503f
@ -5,16 +5,16 @@ 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.4.2, [gramps-bugs@lists.sourceforge.net])
|
AC_INIT(gramps, 3.4.3, [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])
|
||||||
|
|
||||||
dnl RELEASE=0.SVN$(svnversion -n .)
|
RELEASE=0.SVN$(svnversion -n .)
|
||||||
dnl RELEASE=0beta
|
dnl RELEASE=0beta
|
||||||
dnl RELEASE=0rc1
|
dnl RELEASE=0rc1
|
||||||
RELEASE=1
|
dnl RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
@ -43,10 +43,10 @@ from gen.ggettext import sgettext as _
|
|||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
PROGRAM_NAME = "Gramps"
|
PROGRAM_NAME = "Gramps"
|
||||||
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
|
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
|
||||||
VERSION = "3.4.2"
|
VERSION = "3.4.3"
|
||||||
else:
|
else:
|
||||||
VERSION = "@VERSIONSTRING@"
|
VERSION = "@VERSIONSTRING@"
|
||||||
VERSION_TUPLE = (3, 4, 2)
|
VERSION_TUPLE = (3, 4, 3)
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user