new version number for avoiding conflict with 3.4 features and config keys

svn: r19264
This commit is contained in:
Jérôme Rapinat 2012-04-07 17:53:51 +00:00
parent 64ba41c5fd
commit 080f4ee1fa

View File

@ -43,10 +43,10 @@ from gen.ggettext import sgettext as _
#-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.4.0"
VERSION = "3.5.0"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 4, 0)
VERSION_TUPLE = (3, 5, 0)
#-------------------------------------------------------------------------
#
@ -57,11 +57,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.4_Wiki_Manual"
URL_MANUAL_PAGE = "Gramps_3.5_Wiki_Manual"
WIKI_FAQ = "FAQ"
WIKI_KEYBINDINGS = "Gramps_3.4_Wiki_Manual_-_Keybindings"
WIKI_EXTRAPLUGINS= "3.4_Addons"
WIKI_EXTRAPLUGINS_RAWDATA = "Plugins3.4&action=raw"
WIKI_KEYBINDINGS = "Gramps_3.5_Wiki_Manual_-_Keybindings"
WIKI_EXTRAPLUGINS= "3.5_Addons"
WIKI_EXTRAPLUGINS_RAWDATA = "Plugins3.5&action=raw"
#-------------------------------------------------------------------------
#