summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-02-26 11:01:43 -0500
committerPaul Smith <psmith@gnu.org>2023-02-26 13:46:22 -0500
commitd66a65ad5a0e31b287f53930b0f09e31801f1613 (patch)
tree4faf8abfaa80303a80249500bdab188bb8a0824e /configure.ac
parent8093e2eee3390e6b250c3ae5bfeb5b4a4196d2e2 (diff)
downloadmake-git-d66a65ad5a0e31b287f53930b0f09e31801f1613.tar.gz
GNU Make release 4.4.14.4.1
* NEWS: Set the release number and date. * configure.ac: Update the version. * README.git: Remind to update doc/make.1. * doc/make.1: Update the date. Fix some "GNU Make" references. * 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 ac183b54..cd785754 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.0.91],[bug-make@gnu.org])
+AC_INIT([GNU Make],[4.4.1],[bug-make@gnu.org])
AC_PREREQ([2.69])