diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-24 14:01:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-08-24 14:01:07 -0700 |
commit | a4f29e6deef2bf46cae811aaac1f535945cd9fee (patch) | |
tree | 494362934bb26bfc04bb93b4b20c176c6bcf5345 | |
parent | 5a2601740d04d4180e77695c4b60f2cf5c84be6c (diff) |
Version bump: 1.1.9libXcursor-1.1.9
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | include/X11/Xcursor/Xcursor.h | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 18ca5db..25e63f0 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.8,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor]) +AC_INIT([libXcursor],1.1.9,[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 22b057a..90bfdd6 100644 --- a/include/X11/Xcursor/Xcursor.h +++ b/include/X11/Xcursor/Xcursor.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright © 2002 Keith Packard * * Permission to use, copy, modify, distribute, and sell this software and its @@ -78,7 +76,7 @@ typedef XcursorUInt XcursorPixel; #define XCURSOR_LIB_MAJOR 1 #define XCURSOR_LIB_MINOR 1 -#define XCURSOR_LIB_REVISION 7 +#define XCURSOR_LIB_REVISION 9 #define XCURSOR_LIB_VERSION ((XCURSOR_LIB_MAJOR * 10000) + \ (XCURSOR_LIB_MINOR * 100) + \ (XCURSOR_LIB_REVISION)) |