rename vips-8.0 as vips-8.1

also bump configure version

thanks Danilo!
This commit is contained in:
John Cupitt 2015-10-13 08:55:54 +01:00
parent a7766b28b3
commit 2b2ac1b077
5 changed files with 10 additions and 7 deletions

View File

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

View File

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

View File

@ -9,7 +9,7 @@
<bookinfo>
<title>VIPS Reference Manual</title>
<releaseinfo>
For VIPS 8.1.0.
For VIPS 8.1.1.
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>.

View File

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