aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
authorGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:00:32 +0100
committerGravatar Alex Bennee <alex@bennee.com>2010-07-14 16:00:32 +0100
commitd022d6443c6b7564ae05a3af70035822bccd0b19 (patch)
tree57706bd83b146d8754f2a8d1f9abb55e050bb44d /configure.in
parent56302086c9c0d6af537d7603a7c63fb3606945f5 (diff)
EasyTag 2.1.3
Diffstat (limited to 'configure.in')
-rw-r--r--[-rwxr-xr-x]configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 71be00f..452e45c 100755..100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,8 @@ dnl AC_INIT(src/easytag.h)
AC_PREREQ(2.53)
-AC_INIT(easytag, 2.1.2) dnl defines ($PACKAGE, $VERSION) - To set also in config.h.mingw
+dnl To set also in config.h.mingw
+AC_INIT(easytag, 2.1.3) dnl defines ($PACKAGE, $VERSION)
AC_CONFIG_SRCDIR(src/easytag.h)
dnl -------------------------------
@@ -14,7 +15,7 @@ AM_INIT_AUTOMAKE(foreign)
dnl -------------------------------
dnl Translation files
dnl -------------------------------
-ALL_LINGUAS="bg cs da de el es fr he hu it ja nl pl pt_BR ro ru sv uk zh_CN"
+ALL_LINGUAS="bg cs da de el es fr he hu it ja nl pl pt_BR ro ru sr sr@Latn sv uk zh_CN"
GETTEXT_PACKAGE=easytag
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])