From 081e76cc346f0c1fd80250b9d8cdac5a7db29e80 Mon Sep 17 00:00:00 2001 From: Robert Dodier Date: Sun, 29 Dec 2019 17:03:54 -0800 Subject: [PATCH] Update version number to 5.43.1 in configure.ac. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bd943e2c3..a5230751e 100755 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl Note: during Lisp-based builds (see INSTALL.lisp) the version dnl number is read from the following AC_INIT line. It's sensitive to dnl whitespace so when updating the version number only make changes dnl within the second pair of square brackets. -AC_INIT([maxima], [5.43.0]) +AC_INIT([maxima], [5.43.1]) AC_CONFIG_SRCDIR([src/macsys.lisp]) AM_INIT_AUTOMAKE([-Wno-portability tar-ustar]) -- 2.11.4.GIT