version bump

This commit is contained in:
John Cupitt 2013-06-07 09:53:22 +01:00
parent 17151241f0
commit ad258d9ad2
4 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,6 @@
7/6/13 started 7.34.0
- version bump
12/3/13 started 7.33.0
- vipsthumbnail lets you specify the sharpening mask
- turn off caching for im_copy()/vips_copy(), we use copy to stop sharing, and

View File

@ -2,7 +2,7 @@
# also update the version number in the m4 macros below
AC_INIT([vips], [7.33.0], [vipsip@jiscmail.ac.uk])
AC_INIT([vips], [7.34.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], [33])
m4_define([vips_minor_version], [34])
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=34
LIBRARY_REVISION=2
LIBRARY_REVISION=3
LIBRARY_AGE=3
# patched into include/vips/version.h

View File

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