diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-07 17:53:16 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-12-07 17:53:16 -0800 |
commit | 7bac6a25bb44d39710f1b2b5fdad56d7f4c01c39 (patch) | |
tree | a005ad20b7e0a8d531db1dfbba9de770d516ca0d /configure.ac | |
parent | 7cdd50a7471ab67591ceb2e8734483220c5a9205 (diff) |
xkbcomp 1.4.6xkbcomp-1.4.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 6e8097e..3aedf48 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([xkbcomp], [1.4.5], - [https://gitlab.freedesktop.org/xorg/app/xkbcomp/issues], [xkbcomp]) +AC_INIT([xkbcomp], [1.4.6], + [https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/issues], [xkbcomp]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |