version bump

This commit is contained in:
John Cupitt 2012-03-13 14:26:24 +00:00
parent 4595413e0d
commit 922bbf0cfe
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,5 @@
30/1/12 started 7.28.0
13/3/12 started 7.28.1
- add ICC profile read/write for png files
30/1/12 started 7.28.0
- version bump

View File

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