]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* NEWS: Update for the next release
authorPaul Smith <psmith@gnu.org>
Sun, 26 Feb 2023 20:40:18 +0000 (15:40 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 26 Feb 2023 20:40:18 +0000 (15:40 -0500)
* configure.ac: Set the version for the next release.

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 4ab15136c05991db9ad80aca8f28790a56b8584b..991f7071b29a0f7aafa14147e6b3fbc4eadfbc44 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,13 @@ which is contained in this distribution as the file doc/make.texi.
 See the README file and the GNU Make manual for instructions for
 reporting bugs.
 
+\f
+Version 4.5 (26 Feb 2023)
+
+A complete list of bugs fixed in this version is available here:
+
+https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=111&set=custom
+
 \f
 Version 4.4.1 (26 Feb 2023)
 
index cd7857547bc84fc8c737f34a63e728058a81053f..c17ec99f6c8b74966d56624dfe24b8ad3120d513 100644 (file)
@@ -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])