From 52384606ddee7b673b624b70ee845070c0432fd7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 12 Jan 2016 17:12:46 +0000 Subject: [PATCH] bump version for new C++ patch --- ChangeLog | 3 +++ configure.ac | 4 ++-- doc/libvips-docs.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index bbaf9000..1db9bb66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +12/1/16 started 8.2.2 +- changes to ease compiling C++ binding with MSVC + 1/1/16 started 8.2.1 - add a compat stub, thanks Benjamin - python bandjoin is now just an instance function diff --git a/configure.ac b/configure.ac index 11533546..dc00d0ea 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4]) # user-visible library versioning m4_define([vips_major_version], [8]) m4_define([vips_minor_version], [2]) -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=45 -LIBRARY_REVISION=0 +LIBRARY_REVISION=1 LIBRARY_AGE=3 # patched into include/vips/version.h diff --git a/doc/libvips-docs.xml b/doc/libvips-docs.xml index 8e0c2fdd..fe88a909 100644 --- a/doc/libvips-docs.xml +++ b/doc/libvips-docs.xml @@ -9,7 +9,7 @@ VIPS Reference Manual - For VIPS 8.2.1. + For VIPS 8.2.2. The latest version of this documentation can be found on the VIPS website.