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 /include | |
parent | 5a2601740d04d4180e77695c4b60f2cf5c84be6c (diff) |
Version bump: 1.1.9libXcursor-1.1.9
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/Xcursor/Xcursor.h | 4 |
1 files changed, 1 insertions, 3 deletions
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)) |