Bump trunk to version 3.4

svn: r16872
This commit is contained in:
Doug Blank 2011-03-21 20:30:46 +00:00
parent c5c3c7b83a
commit 688838d6db
2 changed files with 7 additions and 7 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.3.0, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 3.4.0, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign])

View File

@ -42,10 +42,10 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.3.0"
VERSION = "3.4.0"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 3, 0)
VERSION_TUPLE = (3, 4, 0)
#-------------------------------------------------------------------------
#
@ -56,11 +56,11 @@ URL_HOMEPAGE = "http://gramps-project.org/"
URL_MAILINGLIST = "http://sourceforge.net/mail/?group_id=25770"
URL_BUGTRACKER = "http://bugs.gramps-project.org/bug_report_advanced_page.php"
URL_WIKISTRING = "http://gramps-project.org/wiki/index.php?title="
URL_MANUAL_PAGE = "Gramps_3.3_Wiki_Manual"
URL_MANUAL_PAGE = "Gramps_3.4_Wiki_Manual"
WIKI_FAQ = "FAQ"
WIKI_KEYBINDINGS = "Gramps_3.3_Wiki_Manual_-_Keybindings"
WIKI_EXTRAPLUGINS= "3.3_Addons"
WIKI_EXTRAPLUGINS_RAWDATA = "Plugins3.3&action=raw"
WIKI_KEYBINDINGS = "Gramps_3.4_Wiki_Manual_-_Keybindings"
WIKI_EXTRAPLUGINS= "3.4_Addons"
WIKI_EXTRAPLUGINS_RAWDATA = "Plugins3.4&action=raw"
#-------------------------------------------------------------------------
#