From 246089dc8220af069cea244eb1540c0f000c5533 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 27 Sep 2016 11:23:57 +0100 Subject: [PATCH] bump version --- ChangeLog | 3 +++ configure.ac | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a76d7492..62114dc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +27/9/16 started 8.4.2 +- small doc improvements + 1/5/16 started 8.4 - many more wepsave options [Felix Bünemann] - added quant_table option to wepsave [Felix Bünemann] diff --git a/configure.ac b/configure.ac index f75a1858..a5993994 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # also update the version number in the m4 macros below -AC_INIT([vips], [8.4.1], [vipsip@jiscmail.ac.uk]) +AC_INIT([vips], [8.4.2], [vipsip@jiscmail.ac.uk]) # required for gobject-introspection AC_PREREQ(2.62) @@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4]) # user-visible library versioning m4_define([vips_major_version], [8]) m4_define([vips_minor_version], [4]) -m4_define([vips_micro_version], [1]) +m4_define([vips_micro_version], [2]) m4_define([vips_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 LIBRARY_CURRENT=48 -LIBRARY_REVISION=1 +LIBRARY_REVISION=2 LIBRARY_AGE=6 # patched into include/vips/version.h