Skip to content

Commit 460efa7

Browse files
committed
bump version for animated webp load fix
1 parent 787c4eb commit 460efa7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
18/12/20 started 8.10.5
2+
- fix potential /0 in animated webp load [lovell]
3+
14
14/12/20 started 8.10.4
25
- fix spng detection
36

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# also update the version number in the m4 macros below
44

5-
AC_INIT([vips], [8.10.4], [vipsip@jiscmail.ac.uk])
5+
AC_INIT([vips], [8.10.5], [vipsip@jiscmail.ac.uk])
66
# required for gobject-introspection
77
AC_PREREQ(2.62)
88

@@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
1818
# user-visible library versioning
1919
m4_define([vips_major_version], [8])
2020
m4_define([vips_minor_version], [10])
21-
m4_define([vips_micro_version], [4])
21+
m4_define([vips_micro_version], [5])
2222
m4_define([vips_version],
2323
[vips_major_version.vips_minor_version.vips_micro_version])
2424

@@ -38,7 +38,7 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date -u -r $srcdir/ChangeLog`
3838
# binary interface changes not backwards compatible?: reset age to 0
3939

4040
LIBRARY_CURRENT=54
41-
LIBRARY_REVISION=5
41+
LIBRARY_REVISION=6
4242
LIBRARY_AGE=12
4343

4444
# patched into include/vips/version.h

0 commit comments

Comments
 (0)