Skip to content

Commit

Permalink
2.5.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
msmeissn committed May 24, 2020
1 parent a0d7a32 commit 8fa3d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libgphoto2 2.5.24.1 development
libgphoto2 2.5.25 release

ptp2:
* Liveview support for Leica SL
Expand All @@ -16,6 +16,7 @@ ptp2:
* liveview enablement fixed
* maximum capture wait extended to 90seconds
* EOS R shutterspeed , aperture reporting fixed
* various bugfixes
* Cameras added to id list:
* Sony NEX 5
* Canon EOS 90D
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ AC_PREREQ(2.62)
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.25 at least or higher!
AC_INIT([libgphoto2 photo camera library], [2.5.24.1], [[email protected]], [libgphoto2])
dnl ******* THE NEXT RELEASE VERSION MUST BE 2.5.26 at least or higher!
AC_INIT([libgphoto2 photo camera library], [2.5.25], [[email protected]], [libgphoto2])

AC_CONFIG_SRCDIR([libgphoto2/gphoto2-version.c])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 8fa3d32

Please sign in to comment.