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