summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2020-01-20 19:24:57 -0500
committerPaul Smith <psmith@gnu.org>2020-01-20 19:25:54 -0500
commit68fbad666703308648984fbac983a40b506aa9b4 (patch)
tree4bca502e496f943944c43b20e302c149b462c5d5
parentf430a65ccb5e85eb465f6a64afcbdd09f9c708ed (diff)
downloadmake-git-68fbad666703308648984fbac983a40b506aa9b4.tar.gz
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
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
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.
@@ -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.
+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)
A complete list of bugs fixed in this version is available here:
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 <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])