diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-03 15:47:06 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-03 15:47:06 -0800 |
commit | 6f714830da6c8d74f024be6b0bb32c1ea39c1217 (patch) | |
tree | 06fbb4ef0db77f4bb80b7a90a2c52ccb5281c416 | |
parent | 213e10f1996b08305df55c237c90152227e0c5f7 (diff) |
xrandr 1.5.2xrandr-1.5.2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 99fcdb8..336d0f8 100644 --- a/configure.ac +++ b/configure.ac @@ -22,8 +22,8 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xrandr], [1.5.1], - [https://gitlab.freedesktop.org/xorg/app/xrandr/issues], [xrandr]) +AC_INIT([xrandr], [1.5.2], + [https://gitlab.freedesktop.org/xorg/app/xrandr/-/issues], [xrandr]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |