summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-10-28 17:37:09 -0400
committerPaul Smith <psmith@gnu.org>2022-10-31 02:23:04 -0400
commited493f6c9116cc217b99c2cfa6a95f15803235a2 (patch)
tree10141c6c156ad816a0d19ebe6d29cdfe8bbc81bd /configure.ac
parent7c3260bbdd40c234534e77ffb95ccbe0a6dced7b (diff)
downloadmake-git-ed493f6c9116cc217b99c2cfa6a95f15803235a2.tar.gz
Release GNU Make 4.44.4
* NEWS: Update the version and date. * configure.ac: Update the version. * doc/make.texi: Update the EDITION.
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 49163ec2..9f688971 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.3.92],[bug-make@gnu.org])
+AC_INIT([GNU Make],[4.4],[bug-make@gnu.org])
AC_PREREQ([2.69])