forked from libvips/libvips
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump version for animated webp load fix
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# also update the version number in the m4 macros below | ||
|
||
AC_INIT([vips], [8.10.4], [[email protected]]) | ||
AC_INIT([vips], [8.10.5], [[email protected]]) | ||
# required for gobject-introspection | ||
AC_PREREQ(2.62) | ||
|
||
|
@@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4]) | |
# user-visible library versioning | ||
m4_define([vips_major_version], [8]) | ||
m4_define([vips_minor_version], [10]) | ||
m4_define([vips_micro_version], [4]) | ||
m4_define([vips_micro_version], [5]) | ||
m4_define([vips_version], | ||
[vips_major_version.vips_minor_version.vips_micro_version]) | ||
|
||
|
@@ -38,7 +38,7 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date -u -r $srcdir/ChangeLog` | |
# binary interface changes not backwards compatible?: reset age to 0 | ||
|
||
LIBRARY_CURRENT=54 | ||
LIBRARY_REVISION=5 | ||
LIBRARY_REVISION=6 | ||
LIBRARY_AGE=12 | ||
|
||
# patched into include/vips/version.h | ||
|