From 07241531bf989af945fa76f910a21c338eb353b5 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 21 Feb 2021 12:06:07 +0100 Subject: [PATCH] 2.5.27 release --- NEWS | 5 ++++- configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 19767c646e..3065754da0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -libgphoto2 2.5.26.1 development release +libgphoto2 2.5.27 release ptp2: * report filesizes larger than 4GB correctly @@ -39,6 +39,9 @@ ptp2: canon: * more shutterspeed reported +translations: +* updated french + ------------------------------------------------------------------------------ libgphoto2 2.5.26 release diff --git a/configure.ac b/configure.ac index 5992a01977..4b5e12d8e3 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.27 at least or higher! -AC_INIT([libgphoto2 photo camera library], [2.5.26.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2]) +dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.28 at least or higher! +AC_INIT([libgphoto2 photo camera library], [2.5.27], [gphoto-devel@lists.sourceforge.net], [libgphoto2]) AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c]) AC_CONFIG_HEADERS([config.h])