From 8fa3d32ffdab83e2ad98576a7e8b00243e700d82 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 24 May 2020 17:06:25 +0200 Subject: 2.5.25 release --- NEWS | 3 ++- configure.ac | 4 ++-- 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]) -- cgit v1.2.1