version bump
and fix changelog dates
This commit is contained in:
parent
c3159e209d
commit
94ecb8d38d
@ -1,8 +1,10 @@
|
|||||||
18/12/20 started 8.10.5
|
22/12/20 start 8.10.6
|
||||||
- fix potential /0 in animated webp load [lovell]
|
|
||||||
- don't seek on bad file descriptors [kleisauke]
|
- don't seek on bad file descriptors [kleisauke]
|
||||||
- check for null memory sources [kleisauke]
|
- check for null memory sources [kleisauke]
|
||||||
|
|
||||||
|
18/12/20 started 8.10.5
|
||||||
|
- fix potential /0 in animated webp load [lovell]
|
||||||
|
|
||||||
14/12/20 started 8.10.4
|
14/12/20 started 8.10.4
|
||||||
- fix spng detection
|
- fix spng detection
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# also update the version number in the m4 macros below
|
# also update the version number in the m4 macros below
|
||||||
|
|
||||||
AC_INIT([vips], [8.10.5], [vipsip@jiscmail.ac.uk])
|
AC_INIT([vips], [8.10.6], [vipsip@jiscmail.ac.uk])
|
||||||
# required for gobject-introspection
|
# required for gobject-introspection
|
||||||
AC_PREREQ(2.62)
|
AC_PREREQ(2.62)
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||||||
# user-visible library versioning
|
# user-visible library versioning
|
||||||
m4_define([vips_major_version], [8])
|
m4_define([vips_major_version], [8])
|
||||||
m4_define([vips_minor_version], [10])
|
m4_define([vips_minor_version], [10])
|
||||||
m4_define([vips_micro_version], [5])
|
m4_define([vips_micro_version], [6])
|
||||||
m4_define([vips_version],
|
m4_define([vips_version],
|
||||||
[vips_major_version.vips_minor_version.vips_micro_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
|
# binary interface changes not backwards compatible?: reset age to 0
|
||||||
|
|
||||||
LIBRARY_CURRENT=54
|
LIBRARY_CURRENT=54
|
||||||
LIBRARY_REVISION=6
|
LIBRARY_REVISION=7
|
||||||
LIBRARY_AGE=12
|
LIBRARY_AGE=12
|
||||||
|
|
||||||
# patched into include/vips/version.h
|
# patched into include/vips/version.h
|
||||||
|
Loading…
Reference in New Issue
Block a user