This commit is contained in:
John Cupitt 2007-12-13 12:23:49 +00:00
parent f5bd1464da
commit fd3644c340
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h)
# user-visible library versioning
IM_MAJOR_VERSION=7
IM_MINOR_VERSION=13
IM_MICRO_VERSION=2
IM_MICRO_VERSION=3
IM_VERSION=$IM_MAJOR_VERSION.$IM_MINOR_VERSION.$IM_MICRO_VERSION
IM_VERSION_STRING=$IM_VERSION-`date`
@ -21,9 +21,9 @@ PACKAGE=vips
# interface changes backwards compatible?: increment age
# interface changes not backwards compatible?: reset age to 0
LIBRARY_CURRENT=17
LIBRARY_CURRENT=18
LIBRARY_REVISION=0
LIBRARY_AGE=2
LIBRARY_AGE=3
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)