diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-27 22:48:19 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-27 22:48:19 -0700 |
commit | 731e84d79e83b59d022d0f453b245696b4d2750f (patch) | |
tree | 3b3d6841535ae0a2b25b5e7d5934bca329eff6f6 | |
parent | 42b7717c32b3c7097180667a9ba2f62e40fc6506 (diff) |
libXcursor 1.1.11libXcursor-1.1.11
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b4f4bbd..185303f 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,8 @@ 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.10,[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor]) +AC_INIT([libXcursor], [1.1.11], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_CONFIG_SRCDIR([Makefile.am]) AM_MAINTAINER_MODE |