diff --git a/NEWS b/NEWS index e884df17..22bb4560 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ GNU make NEWS -*-indented-text-*- History of user-visible changes. - 19 January 2020 + 20 January 2020 See the end of this file for copyrights and conditions. @@ -8,6 +8,13 @@ All user-visible changes are more fully described in the GNU make manual, 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. + +Version 4.3.90 (20 Jan 2020) + +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=109&set=custom + Version 4.3 (19 Jan 2020) diff --git a/configure.ac b/configure.ac index cd49a2c5..f0315a12 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 . -AC_INIT([GNU make],[4.3],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.3.90],[bug-make@gnu.org]) AC_PREREQ([2.69])