summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-01-21 23:03:31 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-01-21 23:03:31 +0000
commit5ef311551fbb4fc337bc69442373991da5cc4ebe (patch)
tree98146baee0c46e923c701521350dd6024e5133d5
parentdf715904939c3788ca3bce9a70bfee823754eafc (diff)
downloadlibgphoto2-2_4_4-release.tar.gz
git-svn-id: https://svn.code.sf.net/p/gphoto/code/branches/libgphoto2-2_4/libgphoto2@11753 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 67744d5f1..9f86d92cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.4.3.3
+libgphoto2 2.4.4
This is a 2.4 release branch update.
diff --git a/configure.ac b/configure.ac
index c962e79f4..215dd51fb 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.4.3 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.4.3.3], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+AC_INIT([libgphoto2 photo camera library], [2.4.4], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([auto-m4])