* Update to pre-release version 4.2.90.
diff --git a/NEWS b/NEWS
index 0b04245..43c2d77 100644
--- a/NEWS
+++ b/NEWS
@@ -9,11 +9,18 @@
 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.
 
diff --git a/configure.ac b/configure.ac
index 64ec870..524345e 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 <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])