summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d49a4895c..f4d59b24e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-libgphoto2 2.5.29.1 development snapshot
+libgphoto2 2.5.30 release
ptp2:
* Canon: fixed display locking/unlocking after exit
* generic: avoid potential crash on image addition
-* Sony: Add image information when wait_for_event
+* Sony: Add image information when wait_for_event, some config values added
* Added IDs:
* Nikon Zfc, Z9
* Sony DSC-WX220, Alpha-A7 IV
diff --git a/configure.ac b/configure.ac
index b38d15bac..6802decf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,9 +4,9 @@ AC_PREREQ([2.69])
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.30 at least or higher!
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.31 at least or higher!
AC_INIT([libgphoto2 photo camera library],
- [2.5.29.1],
+ [2.5.30],
[gphoto-devel@lists.sourceforge.net],
[libgphoto2])