1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 14:08:06 +01:00

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.
This commit is contained in:
Christophe CURIS
2013-05-01 20:26:36 +02:00
committed by Carlos R. Mafra
parent 9e4253f670
commit 9a895dcda5

View File

@@ -41,7 +41,7 @@ dnl public release, then set age to 0.
dnl dnl
dnl libwraster dnl libwraster
WRASTER_CURRENT=4 WRASTER_CURRENT=4
WRASTER_REVISION=0 WRASTER_REVISION=1
WRASTER_AGE=1 WRASTER_AGE=1
WRASTER_VERSION=$WRASTER_CURRENT:$WRASTER_REVISION:$WRASTER_AGE WRASTER_VERSION=$WRASTER_CURRENT:$WRASTER_REVISION:$WRASTER_AGE
AC_SUBST(WRASTER_VERSION) AC_SUBST(WRASTER_VERSION)