alpha1 environment, what should be the VERSION into gen/const.py.in ?
svn: r20810
This commit is contained in:
parent
71f87a31b3
commit
7c6872c11a
@ -37,8 +37,8 @@ global-exclude *.pyo
|
|||||||
global-exclude *.bak
|
global-exclude *.bak
|
||||||
|
|
||||||
# Remove directories which should not be included in the distribution
|
# Remove directories which should not be included in the distribution
|
||||||
prune src/guiQML
|
prune gramps/guiQML
|
||||||
prune src/webapp
|
prune gramps/webapp
|
||||||
|
|
||||||
# Remove Makefiles used by autotools
|
# Remove Makefiles used by autotools
|
||||||
global-exclude Makefile*
|
global-exclude Makefile*
|
||||||
|
2
setup.py
2
setup.py
@ -47,7 +47,7 @@ if sys.version_info[0] < 3:
|
|||||||
import commands
|
import commands
|
||||||
from stat import ST_MODE
|
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',
|
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',
|
'hr', 'hu', 'it', 'ja', 'lt', 'nb', 'nl', 'nn', 'pl', 'pt_BR',
|
||||||
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')
|
'pt_PT', 'ru', 'sk', 'sl', 'sq', 'sv', 'uk', 'vi', 'zh_CN')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user