From 65930cf8665aa8b3e890f7b449031f738397313f Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 26 Jan 2016 16:45:56 +0000 Subject: [PATCH] version bump --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index dc00d0ea..d9f60b69 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.2.1], [vipsip@jiscmail.ac.uk]) +AC_INIT([vips], [8.2.2], [vipsip@jiscmail.ac.uk]) # required for gobject-introspection AC_PREREQ(2.62) @@ -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=1 +LIBRARY_REVISION=2 LIBRARY_AGE=3 # patched into include/vips/version.h