oop configure again
This commit is contained in:
parent
e8b3e782d3
commit
51cef835c7
@ -4,8 +4,8 @@ AM_CONFIG_HEADER(config.h)
|
||||
|
||||
# user-visible library versioning
|
||||
IM_MAJOR_VERSION=7
|
||||
IM_MINOR_VERSION=14
|
||||
IM_MICRO_VERSION=3
|
||||
IM_MINOR_VERSION=15
|
||||
IM_MICRO_VERSION=0
|
||||
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=20
|
||||
LIBRARY_CURRENT=21
|
||||
LIBRARY_REVISION=0
|
||||
LIBRARY_AGE=5
|
||||
LIBRARY_AGE=6
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user