summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-04-08 17:30:25 +0200
committerMarcus Meissner <marcus@jet.franken.de>2017-04-08 17:30:25 +0200
commit1fe880299e28320c66b6d2536c05e9cc596fc113 (patch)
treed9e7083ca17caa111ade40c7758834019a61b2a0
parenta4e2d859f81f8a3b3a32615c8dd3e7631a3ecb38 (diff)
downloadlibgphoto2-1fe880299e28320c66b6d2536c05e9cc596fc113.tar.gz
2.5.13 release
-rw-r--r--NEWS5
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 303e93041..f298e4b56 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
-libgphoto2 2.5.12.1 development release
+libgphoto2 2.5.13 release
pentax:
* Now using the pktriggercord codebase
* lots of improvements
+* Please report missing Pentax K USB ids that are supported by pktriggercord!
ptp2:
* iPhone iOS 10.2 and later storage handling fixed, added dynamic storage handling
@@ -14,7 +15,7 @@ ptp2:
* Sony: SLT A37, DSC-RX100M5
* Nikon KeyMission 360
* Canon PowerShot G16
- * Canon EOS M5
+ * Canon EOS M5, EOS M10
* Fuji Fujifilm XT-2
* GoPro Hero 5 Black
diff --git a/configure.ac b/configure.ac
index 67444a0b8..b917cceae 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.13 at least or higher!
-AC_INIT([libgphoto2 photo camera library], [2.5.12.1], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.14 at least or higher!
+AC_INIT([libgphoto2 photo camera library], [2.5.13], [gphoto-devel@lists.sourceforge.net], [libgphoto2])
AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])