summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2015-07-05 21:07:44 +0000
committerMarcus Meissner <marcus@jet.franken.de>2015-07-05 21:07:44 +0000
commit63c8c3e54955b42e906299428d5331df58239e0e (patch)
treee3e852d48b9d406c1fcdab00e8c4e745ff51577a
parent43ab490f224229e97edbae014a00fddd6accc3b2 (diff)
downloadlibgphoto2-2_5_8-release.tar.gz
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@15486 67ed7778-7388-44ab-90cf-0a291f65f57c
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 08f5a232f..b4b9f5c0a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.5.7.1 development snapshot
+libgphoto2 2.5.8 release
all:
* Missing COPYRIGHT headers added.
diff --git a/configure.ac b/configure.ac
index 1af177c34..14539a952 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,8 @@ AC_PREREQ(2.59)
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.8 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.7.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.9 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.5.8], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])