diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 1235c3b..0e0a2ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ # -*- Autoconf -*- -# Copyright 2008-2022,2023 Thomas E. Dickey +# Copyright 2008-2023,2024 Thomas E. Dickey #------------------------------------------------------------------------------ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT(GNU Autoconf, [2.52.20231210], dickey@invisible-island.net) +AC_INIT(GNU Autoconf, [2.52.20240618], dickey@invisible-island.net) AC_CONFIG_SRCDIR(acgeneral.m4) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE(autoconf, [2.52.20231210]) +AM_INIT_AUTOMAKE(autoconf, [2.52.20240618]) # Initialize the test suite. AT_CONFIG(..) |