diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-05-07 13:22:40 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-05-07 13:22:40 -0700 |
commit | 1fffb785d67cf21d6ff83d04b8ba7f5c50dc7dfb (patch) | |
tree | 71a94ae66431ef4b27c2b52229737d87ce891c0b | |
parent | 234cb0271bbf69ef3bd0b90a2efdd8fb724b78f0 (diff) |
xf86-video-dummy 0.4.1xf86-video-dummy-0.4.1
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 3d49060..af1a45a 100644 --- a/configure.ac +++ b/configure.ac @@ -23,8 +23,8 @@ # Initialize Autoconf AC_PREREQ([2.60]) AC_INIT([xf86-video-dummy], - [0.4.0], - [https://gitlab.freedesktop.org/xorg/driver/xf86-video-dummy/issues], + [0.4.1], + [https://gitlab.freedesktop.org/xorg/driver/xf86-video-dummy/-/issues], [xf86-video-dummy]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |