diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-02 12:55:30 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-03-02 12:55:30 -0800 |
commit | 09617bcc9a0f1b5072212da5f8fede92ab85d157 (patch) | |
tree | 4b2b6202ecfbfb80856be6a9634a89bba2f53559 | |
parent | 3783190da9aaa5ddd23aad6060469fd3f3ebece9 (diff) |
libXcursor 1.2.2HEADlibXcursor-1.2.2master
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 30966d0..d1699bf 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,9 @@ AC_PREREQ([2.60]) # This is the package version number, not the shared library # version. This version number will be substituted into Xcursor.h # -AC_INIT([libXcursor], [1.2.1], - [https://gitlab.freedesktop.org/xorg/lib/libXcursor/issues],[libXcursor]) +AC_INIT([libXcursor], [1.2.2], + [https://gitlab.freedesktop.org/xorg/lib/libxcursor/-/issues], + [libXcursor]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h include/X11/Xcursor/Xcursor.h]) AC_CONFIG_MACRO_DIRS([m4]) |