summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-02-26 15:40:18 -0500
committerPaul Smith <psmith@gnu.org>2023-02-26 15:40:18 -0500
commitfcefae5ec9743c6816fd3bbc896a05526fce9230 (patch)
tree2e07348e967af8382fa52394c411fce5133a9316 /configure.ac
parentd66a65ad5a0e31b287f53930b0f09e31801f1613 (diff)
downloadmake-git-fcefae5ec9743c6816fd3bbc896a05526fce9230.tar.gz
* NEWS: Update for the next release
* configure.ac: Set the version for the next release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cd785754..c17ec99f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.
-AC_INIT([GNU Make],[4.4.1],[bug-make@gnu.org])
+AC_INIT([GNU Make],[4.4.90],[bug-make@gnu.org])
AC_PREREQ([2.69])