summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-01-25 12:26:51 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-01-25 12:26:51 +0000
commitdd4aa679b38763dd39e76f40cd46bd8d65420556 (patch)
tree3b2a2f2fa0a24a3776c192139a4efe30f2bd6932 /configure.ac
parent71e16311f14c1c785d7d3a6afdad674713b1d7c3 (diff)
downloadlibgphoto2-dd4aa679b38763dd39e76f40cd46bd8d65420556.tar.gz
removed 2 po files without translations (left over from gphoto 0.4)
updated NEWS, bumped version to 2.4.99.1 git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@11768 67ed7778-7388-44ab-90cf-0a291f65f57c
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 cf2a230bb..a2b4e9a3c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl NOTE: Be version style _higher_ than the last release.
dnl So lastversion.X.trunk for instance. Bump X if necessary.
dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.0 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.99.0], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.4.99.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])
@@ -225,7 +225,7 @@ dnl ---------------------------------------------------------------------------
dnl i18n support (including some hacks)
dnl ---------------------------------------------------------------------------
-ALL_LINGUAS="da de es eu fr hu it ja nb nl pl ru sl sv uk vi zh_CN"
+ALL_LINGUAS="da de es eu fr hu it ja nl pl ru sv uk vi zh_CN"
GP_GETTEXT_HACK([${PACKAGE}-${LIBGPHOTO2_CURRENT_MIN}],[The gPhoto Team],[${MAIL_GPHOTO_TRANSLATION}])
AM_GNU_GETTEXT_VERSION([0.14.1])
AM_GNU_GETTEXT([external])