From: Christophe CURIS <[email protected]> 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 <[email protected]> --- 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 6333750..037f276 100644 --- a/WINGs/WINGs/WINGs.h +++ b/WINGs/WINGs/WINGs.h @@ -26,7 +26,7 @@ #include <WINGs/WUtil.h> #include <X11/Xlib.h> -#define WINGS_H_VERSION 20131115 +#define WINGS_H_VERSION 20140612 #ifdef __cplusplus diff --git a/configure.ac b/configure.ac index 2b9fe6b..4352e90 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 992a8e9..12acdd0 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 <X11/Xlib.h> -- 2.0.1 -- To unsubscribe, send mail to [email protected].
