bump to 7.14.0
This commit is contained in:
parent
46fc1a8d75
commit
9cf63b95e4
@ -1,3 +1,6 @@
|
|||||||
|
25/1/08 started 7.14.0
|
||||||
|
- bump all version numbers for new stable
|
||||||
|
|
||||||
12/12/07 started 7.13.3
|
12/12/07 started 7.13.3
|
||||||
- added "include <cstring>" to VImage.cc to help gcc 4.3
|
- added "include <cstring>" to VImage.cc to help gcc 4.3
|
||||||
- started moving the python binding to dynamic wrapping
|
- started moving the python binding to dynamic wrapping
|
||||||
|
14
configure.in
14
configure.in
@ -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=13
|
IM_MINOR_VERSION=14
|
||||||
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=18
|
LIBRARY_CURRENT=19
|
||||||
LIBRARY_REVISION=0
|
LIBRARY_REVISION=0
|
||||||
LIBRARY_AGE=3
|
LIBRARY_AGE=4
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
|
|
||||||
@ -323,9 +323,9 @@ AC_SUBST(VIPS_LIBS)
|
|||||||
AC_SUBST(PACKAGES_USED)
|
AC_SUBST(PACKAGES_USED)
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
vips-7.13.pc
|
vips-7.14.pc
|
||||||
vipsCC-7.13.pc
|
vipsCC-7.14.pc
|
||||||
vips-7.13.spec
|
vips-7.14.spec
|
||||||
Makefile
|
Makefile
|
||||||
include/vips/version.h
|
include/vips/version.h
|
||||||
include/Makefile
|
include/Makefile
|
||||||
|
@ -4,12 +4,12 @@ bin_SCRIPTS = \
|
|||||||
batch_image_convert \
|
batch_image_convert \
|
||||||
batch_rubber_sheet \
|
batch_rubber_sheet \
|
||||||
batch_crop \
|
batch_crop \
|
||||||
vips-7.13
|
vips-7.14
|
||||||
|
|
||||||
noinst_SCRIPTS = post_install
|
noinst_SCRIPTS = post_install
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
vips-7.13 \
|
vips-7.14 \
|
||||||
${noinst_SCRIPTS} \
|
${noinst_SCRIPTS} \
|
||||||
light_correct.in \
|
light_correct.in \
|
||||||
shrink_width.in \
|
shrink_width.in \
|
||||||
|
Loading…
Reference in New Issue
Block a user