ready for alpha4

svn: r21222
This commit is contained in:
Jérôme Rapinat 2013-01-26 08:54:27 +00:00
parent 5d8e37807c
commit 13c58292e3
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
"UNSTABLE Gramps 4.0.0 Alpha2 release.
"UNSTABLE Gramps 4.0.0 Alpha4 release.
This is a technology preview to allow plugin writers and packagers-installer
writers to update their plugins and scripts. This release is not production

View File

@ -170,7 +170,7 @@ if sys.version_info[0] < 3:
ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(
unicode(__file__, sys.getfilesystemencoding())), os.pardir))
VERSION += get_svn_revision(ROOT_DIR)
#VERSION += get_svn_revision(ROOT_DIR)
#
# Glade files

View File

@ -47,7 +47,7 @@ if sys.version_info[0] < 3:
import commands
from stat import ST_MODE
VERSION = '4.0.0-alpha3'
VERSION = '4.0.0-alpha4'
ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'el', 'en_GB', 'es', 'fi', 'fr', 'he',
'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR',
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')