bump version for new C++ patch

This commit is contained in:
John Cupitt 2016-01-12 17:12:46 +00:00
parent eeb0ef7ae4
commit 52384606dd
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -9,7 +9,7 @@
<bookinfo>
<title>VIPS Reference Manual</title>
<releaseinfo>
For VIPS 8.2.1.
For VIPS 8.2.2.
The latest version of this documentation can be found on the
<ulink role="online-location"
url="http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation">VIPS website</ulink>.