From 16045a6be4208efea61a2eaed572f71a5f7ca567 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 19 Jul 2014 18:50:45 +0200 Subject: [PATCH] Increment versions of libraries for next release due to public API Changes WRaster: - new function 'RShutdown' - removed flag 'optimize_for_speed' from RContext - new functions '...(operate_xxx)', '...(flip_image)' WUtil: - new function 'wutil_shutdown' - new macro 'wlengthof' WINGs: - new function 'WMReleaseApplication' - new function 'WMCreateScaledBlendedPixmapFromFile' (And maybe a few more I missed) Signed-off-by: Christophe CURIS --- WINGs/WINGs/WINGs.h | 2 +- configure.ac | 12 ++++++------ wrlib/wraster.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WINGs/WINGs/WINGs.h b/WINGs/WINGs/WINGs.h index 63337508..037f2762 100644 --- a/WINGs/WINGs/WINGs.h +++ b/WINGs/WINGs/WINGs.h @@ -26,7 +26,7 @@ #include #include -#define WINGS_H_VERSION 20131115 +#define WINGS_H_VERSION 20140612 #ifdef __cplusplus diff --git a/configure.ac b/configure.ac index 2b9fe6b9..4352e906 100644 --- a/configure.ac +++ b/configure.ac @@ -40,21 +40,21 @@ dnl 6. If any interfaces have been removed or changed since the last dnl public release, then set age to 0. dnl dnl libwraster -WRASTER_CURRENT=4 -WRASTER_REVISION=1 -WRASTER_AGE=1 +WRASTER_CURRENT=5 +WRASTER_REVISION=0 +WRASTER_AGE=0 WRASTER_VERSION=$WRASTER_CURRENT:$WRASTER_REVISION:$WRASTER_AGE AC_SUBST(WRASTER_VERSION) dnl dnl libWINGs -WINGS_CURRENT=2 -WINGS_REVISION=1 +WINGS_CURRENT=3 +WINGS_REVISION=0 WINGS_AGE=0 WINGS_VERSION=$WINGS_CURRENT:$WINGS_REVISION:$WINGS_AGE AC_SUBST(WINGS_VERSION) dnl dnl libWUtil -WUTIL_CURRENT=4 +WUTIL_CURRENT=5 WUTIL_REVISION=0 WUTIL_AGE=0 WUTIL_VERSION=$WUTIL_CURRENT:$WUTIL_REVISION:$WUTIL_AGE diff --git a/wrlib/wraster.h b/wrlib/wraster.h index 992a8e95..12acdd00 100644 --- a/wrlib/wraster.h +++ b/wrlib/wraster.h @@ -41,7 +41,7 @@ /* version of the header for the library */ -#define WRASTER_HEADER_VERSION 22 +#define WRASTER_HEADER_VERSION 23 #include