From 080f4ee1fa9e2f631c018090d2695c4ee0212c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 7 Apr 2012 17:53:51 +0000 Subject: [PATCH] new version number for avoiding conflict with 3.4 features and config keys svn: r19264 --- src/const.py.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/const.py.in b/src/const.py.in index af2cab646..b53a5a65a 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -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" #------------------------------------------------------------------------- #