summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-27 00:04:48 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-27 00:04:48 +0000
commit3c69a6ef12aa43d5c9cc5cfbd76c6bea1fa2bd00 (patch)
treee5f0f61d807dabf7345f4e89ef6e2225456ca14c
parentf9bc007d71f58db93b7eadeb8c77d0f90379c620 (diff)
downloadxorg-lib-libXcursor-3c69a6ef12aa43d5c9cc5cfbd76c6bea1fa2bd00.tar.gz
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--include/X11/Xcursor/Xcursor.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 339f87b..e3551b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/configure.ac b/configure.ac
index 156b42d..d3cef12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/include/X11/Xcursor/Xcursor.h b/include/X11/Xcursor/Xcursor.h
index 834e3f1..da2266e 100644
--- a/include/X11/Xcursor/Xcursor.h
+++ b/include/X11/Xcursor/Xcursor.h
@@ -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))