More changes for version change

svn: r20064
This commit is contained in:
Doug Blank 2012-07-24 12:26:36 +00:00
parent 011afd5ea6
commit d57b63ac6d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ dnl May need to run automake && aclocal first
AC_PREREQ(2.57) AC_PREREQ(2.57)
dnl NOTE: arg to macro below becomes the "VERSION" dnl NOTE: arg to macro below becomes the "VERSION"
AC_INIT(gramps, 3.5.0, [gramps-bugs@lists.sourceforge.net]) AC_INIT(gramps, 4.0.0, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in) AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign]) AM_INIT_AUTOMAKE([1.6.3 foreign])

View File

@ -37,7 +37,7 @@ import codecs
import commands import commands
from stat import ST_MODE from stat import ST_MODE
VERSION = '3.5.0' VERSION = '4.0.0'
ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', 'en_GB', 'es', 'fi', 'fr', 'he', ALL_LINGUAS = ('bg', 'ca', 'cs', 'da', 'de', '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')