summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-10-11 19:37:32 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-10-11 19:37:32 +0200
commit715fd03e83a42bf23fafa62620bff117eb2b63aa (patch)
tree2d782357ef1a9411d2a22ea1992bf40ff6a5a39b
parent5231889a9a6971d880010bf4f2064bdd4fe01f9a (diff)
downloadlibgphoto2-715fd03e83a42bf23fafa62620bff117eb2b63aa.tar.gz
2.5.26.1 development starts
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fad208695..5bdae71d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+libgphoto2 2.5.26.1 development release
+
+------------------------------------------------------------------------------
libgphoto2 2.5.26 release
ptp2:
diff --git a/configure.ac b/configure.ac
index d276905b4..578c1fe60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,8 +4,8 @@ AC_PREREQ(2.62)
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.26 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.26], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.27 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.5.26.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])