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

WINGs: increment version

This patch is incrementing version number as the API changed.
This commit is contained in:
David Maciejak
2014-12-10 12:27:05 +07:00
committed by Carlos R. Mafra
parent 0e884f793a
commit c6e323e75d
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@
#include <WINGs/WUtil.h> #include <WINGs/WUtil.h>
#include <X11/Xlib.h> #include <X11/Xlib.h>
#define WINGS_H_VERSION 20140612 #define WINGS_H_VERSION 20141205
#ifdef __cplusplus #ifdef __cplusplus

View File

@@ -47,9 +47,9 @@ WRASTER_VERSION=$WRASTER_CURRENT:$WRASTER_REVISION:$WRASTER_AGE
AC_SUBST(WRASTER_VERSION) AC_SUBST(WRASTER_VERSION)
dnl dnl
dnl libWINGs dnl libWINGs
WINGS_CURRENT=3 WINGS_CURRENT=4
WINGS_REVISION=0 WINGS_REVISION=0
WINGS_AGE=0 WINGS_AGE=1
WINGS_VERSION=$WINGS_CURRENT:$WINGS_REVISION:$WINGS_AGE WINGS_VERSION=$WINGS_CURRENT:$WINGS_REVISION:$WINGS_AGE
AC_SUBST(WINGS_VERSION) AC_SUBST(WINGS_VERSION)
dnl dnl