Update to GNU make 4.3.90

* NEWS: Add a 4.3.90 section and update Savannah bug URL
* configure.ac (AC_INIT): Change release to 4.3.90
This commit is contained in:
Paul Smith 2020-01-20 19:24:57 -05:00
parent f430a65ccb
commit 68fbad6667
2 changed files with 9 additions and 2 deletions

9
NEWS
View file

@ -1,6 +1,6 @@
GNU make NEWS -*-indented-text-*- GNU make NEWS -*-indented-text-*-
History of user-visible changes. History of user-visible changes.
19 January 2020 20 January 2020
See the end of this file for copyrights and conditions. 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. which is contained in this distribution as the file doc/make.texi.
See the README file and the GNU make manual for instructions for See the README file and the GNU make manual for instructions for
reporting bugs. 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) Version 4.3 (19 Jan 2020)

View file

@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License along with # You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>. # this program. If not, see <http://www.gnu.org/licenses/>.
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]) AC_PREREQ([2.69])