From: Christophe CURIS <[email protected]>

The addition of 'const' to parameters of library's functions is an
API change, although this will break neither the binary interface
nor the compilation of program using the library; the other changes
also have no impact on the compiled library object.
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 734851a..3479a4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ dnl public release, then set age to 0.
 dnl
 dnl libwraster
 WRASTER_CURRENT=4
-WRASTER_REVISION=0
+WRASTER_REVISION=1
 WRASTER_AGE=1
 WRASTER_VERSION=$WRASTER_CURRENT:$WRASTER_REVISION:$WRASTER_AGE
 AC_SUBST(WRASTER_VERSION)
-- 
1.7.10.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to