summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-24 17:06:25 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-24 17:06:25 +0200
commit8fa3d32ffdab83e2ad98576a7e8b00243e700d82 (patch)
tree0a196c9a7ba6b58dc1d137e7864ee71550c27cc4
parenta0d7a32ad57696855e751ef9a133e674276de1a1 (diff)
downloadlibgphoto2-8fa3d32ffdab83e2ad98576a7e8b00243e700d82.tar.gz
-rw-r--r--NEWS3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 80228b0ce..35bfc7c11 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.5.24.1 development
+libgphoto2 2.5.25 release
ptp2:
* Liveview support for Leica SL
@@ -16,6 +16,7 @@ ptp2:
* liveview enablement fixed
* maximum capture wait extended to 90seconds
* EOS R shutterspeed , aperture reporting fixed
+* various bugfixes
* Cameras added to id list:
* Sony NEX 5
* Canon EOS 90D
diff --git a/configure.ac b/configure.ac
index 67cc434db..f69833b72 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.25 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.24.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.26 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.5.25], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])