From 2b2ac1b0772ee80b0ac437bb7014bc5e8c2485b7 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 13 Oct 2015 08:55:54 +0100 Subject: [PATCH] rename vips-8.0 as vips-8.1 also bump configure version thanks Danilo! --- ChangeLog | 3 +++ configure.ac | 8 ++++---- doc/libvips-docs.xml | 2 +- tools/Makefile.am | 4 ++-- tools/{vips-8.0 => vips-8.1} | 0 5 files changed, 10 insertions(+), 7 deletions(-) rename tools/{vips-8.0 => vips-8.1} (100%) diff --git a/ChangeLog b/ChangeLog index 2e19248f..67156757 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +7/5/15 starteld 8.1.1 +- oop, vips-8.0 should be vips-8.1, thanks Danilo + 7/5/15 starteld 8.1.0 - add vips_premultiply(), vips_unpremultiply() - change the alpha range rules for vips_flatten() to match vips_premultiply() diff --git a/configure.ac b/configure.ac index 0a2edac2..ced5d2a1 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.1.0], [vipsip@jiscmail.ac.uk]) +AC_INIT([vips], [8.1.1], [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], [1]) -m4_define([vips_micro_version], [0]) +m4_define([vips_micro_version], [1]) m4_define([vips_version], [vips_major_version.vips_minor_version.vips_micro_version]) @@ -37,9 +37,9 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date` # binary interface changes backwards compatible?: increment age # binary interface changes not backwards compatible?: reset age to 0 -LIBRARY_CURRENT=42 +LIBRARY_CURRENT=43 LIBRARY_REVISION=0 -LIBRARY_AGE=0 +LIBRARY_AGE=1 # patched into include/vips/version.h AC_SUBST(VIPS_VERSION) diff --git a/doc/libvips-docs.xml b/doc/libvips-docs.xml index 4b6ebb80..59834de7 100644 --- a/doc/libvips-docs.xml +++ b/doc/libvips-docs.xml @@ -9,7 +9,7 @@ VIPS Reference Manual - For VIPS 8.1.0. + For VIPS 8.1.1. The latest version of this documentation can be found on the VIPS website. diff --git a/tools/Makefile.am b/tools/Makefile.am index f8425dec..00984d43 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -20,11 +20,11 @@ bin_SCRIPTS = \ batch_rubber_sheet \ batch_crop \ vipsprofile \ - vips-8.0 + vips-8.1 EXTRA_DIST = \ vipsprofile \ - vips-8.0 \ + vips-8.1 \ light_correct.in \ shrink_width.in \ batch_image_convert.in \ diff --git a/tools/vips-8.0 b/tools/vips-8.1 similarity index 100% rename from tools/vips-8.0 rename to tools/vips-8.1