summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@his.com>2024-03-10 16:25:47 +0000
committerThomas E. Dickey <dickey@his.com>2024-03-10 16:25:47 +0000
commitf14ba54e9c7e415a05e33dd0b3b5f96e5de05c8b (patch)
treee3870c618f802d3dd1851d8b5d1b710d7a0a7e58
parent254e1f657496d21aef0c5e0a14ecca076a9ebcd5 (diff)
libXaw 1.0.16: amends XawListChange() prototype, plus code-cleanupHEADlibXaw-1.0.16master
-rw-r--r--configure.ac2
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])