alpha1 environment, what should be the VERSION into gen/const.py.in ?

svn: r20810
This commit is contained in:
Jérôme Rapinat 2012-12-21 14:15:45 +00:00
parent 71f87a31b3
commit 7c6872c11a
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@ global-exclude *.pyo
global-exclude *.bak
# Remove directories which should not be included in the distribution
prune src/guiQML
prune src/webapp
prune gramps/guiQML
prune gramps/webapp
# Remove Makefiles used by autotools
global-exclude Makefile*

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