From 9ab6368b334f204bc073ecf4476a22f7fd885e63 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 4 May 2013 15:43:32 +0200 Subject: [PATCH] WUtil: Increased version number for the library The addition of the const attributes is actually an API change, so we have to reflect this for the next official release. Because the change on 'wusergnusteppath' may impact users of the API, we won't only change REVISION like it was done for WRaster lib. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3479a4b6..957568d1 100644 --- a/configure.ac +++ b/configure.ac @@ -54,7 +54,7 @@ WINGS_VERSION=$WINGS_CURRENT:$WINGS_REVISION:$WINGS_AGE AC_SUBST(WINGS_VERSION) dnl dnl libWUtil -WUTIL_CURRENT=2 +WUTIL_CURRENT=3 WUTIL_REVISION=0 WUTIL_AGE=0 WUTIL_VERSION=$WUTIL_CURRENT:$WUTIL_REVISION:$WUTIL_AGE