aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-20 02:40:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-11-20 02:40:53 +0000
commitf7e5a1e8f10b4c663f4134c498ef976df3b566a3 (patch)
tree4b6b90840163f01ec7056fb7a5a506a4564a06d2 /configure.ac
parentfb39ca1fbfa177548be4663e0dd3d0eba5899b9d (diff)
added Hebrew translation.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3450 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 41e08a34..95fea4ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=beta2
-BUILD_REVISION=1162
+BUILD_REVISION=1163
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
dnl define if this is a development release
@@ -129,7 +129,7 @@ AM_ICONV
AC_CHECK_FUNCS(bind_textdomain_codeset)
dnl for gettext
-ALL_LINGUAS="be bg cs da de el es et eu fi fr gl hr hu it ja ko lt nl pl pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW"
+ALL_LINGUAS="be bg cs da de el es et eu fi fr gl he hr hu it ja ko lt nl pl pt_BR ro ru sk sl sr sv tr uk vi zh_CN zh_TW"
GETTEXT_PACKAGE=sylpheed
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define text domain.])