summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2022-01-03 11:57:09 +0100
committerMarcus Meissner <marcus@jet.franken.de>2022-01-03 11:57:09 +0100
commit7ac02fa09a92fce2eeb43f8e821ab171644835ac (patch)
treec770de7e8d78dc48381cc9670a8316bd0cc8d47e
parent07a2176e11f5601db730fe4c3bf5206c47fc1ee5 (diff)
downloadlibgphoto2-7ac02fa09a92fce2eeb43f8e821ab171644835ac.tar.gz
-rw-r--r--NEWS2
-rw-r--r--configure.ac4
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d79fa2bae..bd8b24d01 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libgphoto2 2.5.27.1 development snapshot
+libgphoto2 2.5.28 release
general:
* OS/2 support removed (broken and unused since at least 2006)
diff --git a/configure.ac b/configure.ac
index 974a2938a..8492dc64f 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.28 at least or higher!
+dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.29 at least or higher!
AC_INIT([libgphoto2 photo camera library],
- [2.5.27.1],
+ [2.5.28],
[gphoto-devel@lists.sourceforge.net],
[libgphoto2])