From 6c8885c0b9e098a0c1cd6dbc79ebace0d787a645 Mon Sep 17 00:00:00 2001 From: "Viktor T. Toth" Date: Mon, 29 May 2023 00:57:56 -0400 Subject: [PATCH] Updating configure.ac with new version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a3cdbdac1..96fe9a28f 100644 --- 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.46post]) +AC_INIT([maxima], [5.47post]) AC_CONFIG_SRCDIR([src/macsys.lisp]) AM_INIT_AUTOMAKE([-Wno-portability tar-ustar]) -- 2.11.4.GIT