summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2022-03-05 14:42:29 +0100
committerMarcus Meissner <marcus@jet.franken.de>2022-03-05 14:42:29 +0100
commit30de5cf6509ab5cf9f4b4f672123722e15daa5ce (patch)
tree85996d916fca76dfb118f20f6c4f62c27172190c
parent1691f4705cc08b08c7569ae3e83001ba8c3f28c2 (diff)
downloadlibgphoto2-30de5cf6509ab5cf9f4b4f672123722e15daa5ce.tar.gz
start 2.5.29.1 development
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 50aeb9adb..56f548509 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+libgphoto2 2.5.29.1 development snapshot
+
+------------------------------------------------------------------------------
libgphoto2 2.5.29 release
general:
diff --git a/configure.ac b/configure.ac
index ad0a571e0..bfeff449a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,9 +4,9 @@ AC_PREREQ([2.69])
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.29 at least or higher!
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.30 at least or higher!
AC_INIT([libgphoto2 photo camera library],
- [2.5.29],
+ [2.5.29.1],
[gphoto-devel@lists.sourceforge.net],
[libgphoto2])