start 8.10 cycle

This commit is contained in:
John Cupitt 2020-01-24 16:26:28 +00:00
parent eebc6e5636
commit 53407206cf
4 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,5 @@
24/1/20 started 8.10.0
20/6/19 started 8.9.1
- don't use the new source loaders for new_from_file or new_from_buffer, it
will break the loader priority system

View File

@ -2,7 +2,7 @@
# also update the version number in the m4 macros below
AC_INIT([vips], [8.9.1], [vipsip@jiscmail.ac.uk])
AC_INIT([vips], [8.10.0], [vipsip@jiscmail.ac.uk])
# required for gobject-introspection
AC_PREREQ(2.62)
@ -17,8 +17,8 @@ AC_CONFIG_MACRO_DIR([m4])
# user-visible library versioning
m4_define([vips_major_version], [8])
m4_define([vips_minor_version], [9])
m4_define([vips_micro_version], [1])
m4_define([vips_minor_version], [10])
m4_define([vips_micro_version], [0])
m4_define([vips_version],
[vips_major_version.vips_minor_version.vips_micro_version])

View File

@ -20,7 +20,7 @@ bin_SCRIPTS = \
batch_rubber_sheet \
batch_crop \
vipsprofile \
vips-8.9
vips-8.10
EXTRA_DIST = \
vipsprofile \