Version back to 4.0.0-alpha3; handle version number in const.py

svn: r20991
This commit is contained in:
Doug Blank
2013-01-05 02:49:54 +00:00
parent bb9601a2a0
commit 5b8d5b739a
2 changed files with 11 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ if sys.version_info[0] < 3:
import commands
from stat import ST_MODE
VERSION = '4.0.0'
VERSION = '4.0.0-alpha3'
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')