diff options
author | Thomas E. Dickey <dickey@his.com> | 2024-03-10 16:25:47 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@his.com> | 2024-03-10 16:25:47 +0000 |
commit | f14ba54e9c7e415a05e33dd0b3b5f96e5de05c8b (patch) | |
tree | e3870c618f802d3dd1851d8b5d1b710d7a0a7e58 | |
parent | 254e1f657496d21aef0c5e0a14ecca076a9ebcd5 (diff) |
libXaw 1.0.16: amends XawListChange() prototype, plus code-cleanuplibXaw-1.0.16
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6926d2f..6e3c716 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([libXaw], [1.0.15], +AC_INIT([libXaw], [1.0.16], [https://gitlab.freedesktop.org/xorg/lib/libxaw/-/issues], [libXaw]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |