From ad40d881dd30afb93d9ec8e124de8353fb1c51ae Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 29 Jun 2021 17:41:08 +0100 Subject: [PATCH] remi's libdir patch, plus version bump to 8.11.2 --- ChangeLog | 3 +++ configure.ac | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb54d284..8ea20633 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +14/8/20 started 8.11.2 +- better libdir guessing [remi] + 14/8/20 started 8.11.1 - add more example code to C docs - update libtool support in configure.ac diff --git a/configure.ac b/configure.ac index 42672880..aef42048 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.11.1],[vipsip@jiscmail.ac.uk]) +AC_INIT([vips],[8.11.2],[vipsip@jiscmail.ac.uk]) # required for gobject-introspection AC_PREREQ([2.69]) @@ -18,7 +18,7 @@ AC_CONFIG_MACRO_DIR([m4]) # user-visible library versioning m4_define([vips_major_version], [8]) m4_define([vips_minor_version], [11]) -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]) @@ -43,7 +43,7 @@ VIPS_LIBS="" # binary interface changes not backwards compatible?: reset age to 0 LIBRARY_CURRENT=55 -LIBRARY_REVISION=0 +LIBRARY_REVISION=1 LIBRARY_AGE=13 # patched into include/vips/version.h