mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-01-02 06:30:11 +01:00
Bump to 1.1.6
This commit is contained in:
parent
f9bc007d71
commit
3c69a6ef12
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-04-26 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* configure.ac:
|
||||
* include/X11/Xcursor/Xcursor.h:
|
||||
Bump to 1.1.6
|
||||
|
||||
2006-04-06 Adam Jackson <ajax@freedesktop.org>
|
||||
|
||||
* src/display.c:
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ dnl version. This same version number must appear in Xcursor.h
|
|||
dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's
|
||||
dnl not possible to extract the version number here from Xcursor.h
|
||||
dnl
|
||||
AC_INIT([libXcursor],1.1.5.2,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor])
|
||||
AC_INIT([libXcursor],1.1.6,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor])
|
||||
AM_INIT_AUTOMAKE([dist-bzip2])
|
||||
AC_CONFIG_SRCDIR([Makefile.am])
|
||||
AM_MAINTAINER_MODE
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ typedef XcursorUInt XcursorPixel;
|
|||
|
||||
#define XCURSOR_LIB_MAJOR 1
|
||||
#define XCURSOR_LIB_MINOR 1
|
||||
#define XCURSOR_LIB_REVISION 5
|
||||
#define XCURSOR_LIB_REVISION 6
|
||||
#define XCURSOR_LIB_VERSION ((XCURSOR_LIB_MAJOR * 10000) + \
|
||||
(XCURSOR_LIB_MINOR * 100) + \
|
||||
(XCURSOR_LIB_REVISION))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue