From c6e323e75dafc7c5553dde448cc625304cab95b4 Mon Sep 17 00:00:00 2001 From: David Maciejak Date: Wed, 10 Dec 2014 12:27:05 +0700 Subject: [PATCH] WINGs: increment version This patch is incrementing version number as the API changed. --- WINGs/WINGs/WINGs.h | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WINGs/WINGs/WINGs.h b/WINGs/WINGs/WINGs.h index ca7be553..47981744 100644 --- a/WINGs/WINGs/WINGs.h +++ b/WINGs/WINGs/WINGs.h @@ -26,7 +26,7 @@ #include #include -#define WINGS_H_VERSION 20140612 +#define WINGS_H_VERSION 20141205 #ifdef __cplusplus diff --git a/configure.ac b/configure.ac index 63f7fa39..c9ed50ce 100644 --- a/configure.ac +++ b/configure.ac @@ -47,9 +47,9 @@ WRASTER_VERSION=$WRASTER_CURRENT:$WRASTER_REVISION:$WRASTER_AGE AC_SUBST(WRASTER_VERSION) dnl dnl libWINGs -WINGS_CURRENT=3 +WINGS_CURRENT=4 WINGS_REVISION=0 -WINGS_AGE=0 +WINGS_AGE=1 WINGS_VERSION=$WINGS_CURRENT:$WINGS_REVISION:$WINGS_AGE AC_SUBST(WINGS_VERSION) dnl -- 2.11.4.GIT