From 7c6872c11a2c1654446de0a6bb9eb47500b6e7d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 21 Dec 2012 14:15:45 +0000 Subject: [PATCH] alpha1 environment, what should be the VERSION into gen/const.py.in ? svn: r20810 --- MANIFEST.in | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 16a3cc01d..1c57d2642 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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* diff --git a/setup.py b/setup.py index 9140b789d..724312795 100644 --- a/setup.py +++ b/setup.py @@ -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')