aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-09 08:22:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-09 08:22:44 +0000
commit041f889359be70b727eee2b9ba78d3cb65cdf8ef (patch)
tree46f9f88e13ee78c471c6ea3e83b4bc6e9f3a72ef /configure.in
parent43eb18b2fdbb5876ace2adcc931c2c81d6985fbe (diff)
added lt.po.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@324 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 8e538a16..30c87b61 100644
--- a/configure.in
+++ b/configure.in
@@ -4,12 +4,12 @@ AC_INIT(src/main.c)
PACKAGE=sylpheed
dnl version number
-MAJOR_VERSION=1
-MINOR_VERSION=9
-MICRO_VERSION=12
+MAJOR_VERSION=2
+MINOR_VERSION=0
+MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=+svn
+EXTRA_VERSION=beta1
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl set $target
@@ -79,7 +79,7 @@ AM_ICONV
AC_CHECK_FUNCS(bind_textdomain_codeset)
dnl for gettext
-ALL_LINGUAS="bg cs da de el es et fr gl hr hu it ja ko nl pl pt_BR ro ru sk sl sr sv tr uk zh_CN zh_TW.Big5"
+ALL_LINGUAS="bg cs da de el es et fr gl hr hu it ja ko lt nl pl pt_BR ro ru sk sl sr sv tr uk zh_CN zh_TW.Big5"
GETTEXT_PACKAGE=sylpheed
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define text domain.])