version bump

This commit is contained in:
John Cupitt 2013-10-15 13:58:54 +01:00
parent db9d4e53a7
commit a1ffdbf7c5
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
3/10/13 started 7.36.2
- better jpeg startup
- change jpeg bool type to uchar to match IM's expectations, thanks MvGulik
3/10/13 started 7.36.1
- fix to help OS X build

View File

@ -2,7 +2,7 @@
# also update the version number in the m4 macros below
AC_INIT([vips], [7.36.1], [vipsip@jiscmail.ac.uk])
AC_INIT([vips], [7.36.2], [vipsip@jiscmail.ac.uk])
# required for gobject-introspection
AC_PREREQ(2.62)
@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
# user-visible library versioning
m4_define([vips_major_version], [7])
m4_define([vips_minor_version], [36])
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])
@ -37,7 +37,7 @@ VIPS_VERSION_STRING=$VIPS_VERSION-`date`
# binary interface changes not backwards compatible?: reset age to 0
LIBRARY_CURRENT=35
LIBRARY_REVISION=1
LIBRARY_REVISION=2
LIBRARY_AGE=0
# patched into include/vips/version.h