oop configure again

This commit is contained in:
John Cupitt 2008-04-12 14:54:48 +00:00
parent e8b3e782d3
commit 51cef835c7

View File

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