diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-04 15:36:44 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-04 15:36:44 -0800 |
commit | 34f3f72b88c0a0a10d618e9dfbc88474ae5ce880 (patch) | |
tree | 2606771ceb2a38b9c3e9172ac2fa285b10d0c8d7 | |
parent | 9dc9fb1bb8ca8e304a191430278703b7bc092eb2 (diff) |
libXScrnSaver 1.2.4libXScrnSaver-1.2.4
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 e8fa7e5..1b821b6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,9 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXScrnSaver], [1.2.3], - [https://gitlab.freedesktop.org/xorg/lib/libXScrnSaver/issues], [libXScrnSaver]) +AC_INIT([libXScrnSaver], [1.2.4], + [https://gitlab.freedesktop.org/xorg/lib/libxscrnsaver/-/issues], + [libXScrnSaver]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |