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

@ -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')