From 9a895dcda5121a7934a9e17470ea666b7b2219ff Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Wed, 1 May 2013 20:26:36 +0200 Subject: [PATCH] Increased library's revision to reflect API updates 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 734851ae..3479a4b6 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)