* Update to pre-release version 4.2.90.

This commit is contained in:
Paul Smith 2016-06-24 20:49:32 -04:00
parent 9ab8af7cd8
commit e26560508c
2 changed files with 10 additions and 3 deletions

11
NEWS
View File

@ -8,12 +8,19 @@ All changes mentioned here 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.2.90 (24 Jun 2016)
A complete list of bugs fixed in this version is available here:
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=108&set=custom
Version 4.2.1 (10 Jun 2016)
A complete list of bugs fixed in this version is available here:
h
ttp://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=107&set=custom
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=107&set=custom
This release is a bug-fix release.

View File

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