bump version for test release

This commit is contained in:
John Cupitt 2009-03-06 11:03:41 +00:00
parent 88af68df64
commit df4805ee85
2 changed files with 7 additions and 4 deletions

View File

@ -1,9 +1,12 @@
6/3/09 started 7.17.3
- revised nohalo
- remove fading stuff from im_render() -- cleaner and simpler
3/3/09 started 7.17.2
- im_magick2vips.c: allow funky bit depths, like 14 (thanks Mikkel)
- isradiance was returning TRUE too often
- radiance loader now loads packed RGBE/XYZE instead of unpacking to float
- added im_rad2float()
- remove fading stuff from im_render() -- cleaner and simpler
11/10/08 started 7.17.0
- merge vips-7.16 brach back into trunk

View File

@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h)
# user-visible library versioning
IM_MAJOR_VERSION=7
IM_MINOR_VERSION=17
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=24
LIBRARY_CURRENT=25
LIBRARY_REVISION=0
LIBRARY_AGE=9
LIBRARY_AGE=10
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)