From: Christophe CURIS <[email protected]> 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 3479a4b..957568d 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 -- 1.7.10.4 -- To unsubscribe, send mail to [email protected].
