aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.in
diff options
context:
space:
mode:
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])