From 230b2433ee567676c779a7a1ac021f061288cfff Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 2 Oct 2017 15:16:56 +0200 Subject: [PATCH] 2.5.15 release --- NEWS | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 12caf2fa47..00529d5383 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -libgphoto2 2.5.14.1 development version +libgphoto2 2.5.15 release ptp2: * fuji: Fix cameras without new capture properties. diff --git a/configure.ac b/configure.ac index 89306c7ad1..fa11986d1a 100644 --- a/configure.ac +++ b/configure.ac @@ -4,8 +4,8 @@ AC_PREREQ(2.59) 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.15 at least or higher! -AC_INIT([libgphoto2 photo camera library], [2.5.14.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2]) +dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.16 at least or higher! +AC_INIT([libgphoto2 photo camera library], [2.5.15], [gphoto-devel@lists.sourceforge.net], [libgphoto2]) AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c]) AC_CONFIG_HEADERS([config.h])