From 6825eeaecdf9ecd862f0c66c9cee73b15bcc8566 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 27 Oct 2018 17:35:58 +0200 Subject: [PATCH] 2.5.20 release --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c9f344ca..5c17bfa6 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -gphoto2 2.5.17.1 development +gphoto2 2.5.20 release * maximum number in file ranges bumped from 16384 to 65536 * add shell commands to match commandline: summary, storage-info, trigger-capture diff --git a/configure.ac b/configure.ac index 4ca3b1a4..4d91684c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) -dnl Next stable release must be 2.5.18 or later -AC_INIT([gphoto2 command line interface], [2.5.17.1], [gphoto-devel@lists.sourceforge.net], [gphoto2]) +dnl Next stable release must be 2.5.21 or later +AC_INIT([gphoto2 command line interface], [2.5.20], [gphoto-devel@lists.sourceforge.net], [gphoto2]) AC_CONFIG_SRCDIR([gphoto2/main.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([auto-m4])