version bump for new stable

This commit is contained in:
John Cupitt 2012-07-20 10:32:20 +01:00
parent 5778dfac1a
commit 41be00d5dd
4 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
20/7/12 started 7.30.0
- version bump
19/3/12 started 7.29.0
- sanity-check PNG read geometry
- nearest-neighbor interpolation rounds coordinates to nearest instead of

View File

@ -2,7 +2,7 @@
# also update the version number in the m4 macros below
AC_INIT([vips], [7.29.0], [vipsip@jiscmail.ac.uk])
AC_INIT([vips], [7.30.0], [vipsip@jiscmail.ac.uk])
# required for gobject-introspection
AC_PREREQ(2.62)
@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
# user-visible library versioning
m4_define([vips_major_version], [7])
m4_define([vips_minor_version], [29])
m4_define([vips_minor_version], [30])
m4_define([vips_micro_version], [0])
m4_define([vips_version],
[vips_major_version.vips_minor_version.vips_micro_version])
@ -37,7 +37,7 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date`
# binary interface changes not backwards compatible?: reset age to 0
LIBRARY_CURRENT=33
LIBRARY_REVISION=2
LIBRARY_REVISION=3
LIBRARY_AGE=1
# patched into include/vips/version.h

View File

@ -26,10 +26,10 @@ bin_SCRIPTS = \
batch_image_convert \
batch_rubber_sheet \
batch_crop \
vips-7.29
vips-7.30
EXTRA_DIST = \
vips-7.29 \
vips-7.30 \
light_correct.in \
shrink_width.in \
batch_image_convert.in \