File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ 18/12/20 started 8.10.5
2
+ - fix potential /0 in animated webp load [lovell]
3
+
1
4
14/12/20 started 8.10.4
2
5
- fix spng detection
3
6
Original file line number Diff line number Diff line change 2
2
3
3
# also update the version number in the m4 macros below
4
4
5
- AC_INIT ( [ vips] , [ 8.10.4 ] , [ vipsip@jiscmail.ac.uk] )
5
+ AC_INIT ( [ vips] , [ 8.10.5 ] , [ vipsip@jiscmail.ac.uk] )
6
6
# required for gobject-introspection
7
7
AC_PREREQ ( 2.62 )
8
8
@@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
18
18
# user-visible library versioning
19
19
m4_define ( [ vips_major_version] , [ 8] )
20
20
m4_define ( [ vips_minor_version] , [ 10] )
21
- m4_define ( [ vips_micro_version] , [ 4 ] )
21
+ m4_define ( [ vips_micro_version] , [ 5 ] )
22
22
m4_define ( [ vips_version] ,
23
23
[ vips_major_version.vips_minor_version.vips_micro_version] )
24
24
@@ -38,7 +38,7 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date -u -r $srcdir/ChangeLog`
38
38
# binary interface changes not backwards compatible?: reset age to 0
39
39
40
40
LIBRARY_CURRENT=54
41
- LIBRARY_REVISION=5
41
+ LIBRARY_REVISION=6
42
42
LIBRARY_AGE=12
43
43
44
44
# patched into include/vips/version.h
You can’t perform that action at this time.
0 commit comments