final tweaks for 8.4 release

This commit is contained in:
John Cupitt 2016-09-23 12:26:12 +01:00
parent 5b31408fd3
commit 1cc3b2bd5d
3 changed files with 5 additions and 5 deletions

View File

@ -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.4.0], [vipsip@jiscmail.ac.uk]) AC_INIT([vips], [8.4.1], [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], [4]) m4_define([vips_minor_version], [4])
m4_define([vips_micro_version], [0]) m4_define([vips_micro_version], [1])
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`
# binary interface changes not backwards compatible?: reset age to 0 # binary interface changes not backwards compatible?: reset age to 0
LIBRARY_CURRENT=48 LIBRARY_CURRENT=48
LIBRARY_REVISION=0 LIBRARY_REVISION=1
LIBRARY_AGE=6 LIBRARY_AGE=6
# patched into include/vips/version.h # patched into include/vips/version.h

View File

@ -20,11 +20,11 @@ bin_SCRIPTS = \
batch_rubber_sheet \ batch_rubber_sheet \
batch_crop \ batch_crop \
vipsprofile \ vipsprofile \
vips-8.3 vips-8.4
EXTRA_DIST = \ EXTRA_DIST = \
vipsprofile \ vipsprofile \
vips-8.3 \ vips-8.4 \
light_correct.in \ light_correct.in \
shrink_width.in \ shrink_width.in \
batch_image_convert.in \ batch_image_convert.in \