]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Release GNU make 4.2.92 4.2.92
authorPaul Smith <psmith@gnu.org>
Tue, 8 Oct 2019 12:35:39 +0000 (08:35 -0400)
committerPaul Smith <psmith@gnu.org>
Tue, 8 Oct 2019 12:35:39 +0000 (08:35 -0400)
* NEWS: Update the release and date
* configure.ac: Update the release number

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index e144567147d9cf02993dbab2d84bd65dafc3d697..55132696db0615d74f8d9b3b991119bce19b34e5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 GNU make NEWS                                               -*-indented-text-*-
   History of user-visible changes.
-  16 September 2019
+  8 October 2019
 
 See the end of this file for copyrights and conditions.
 
@@ -9,7 +9,7 @@ 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.
 \f
-Version 4.2.91 (16 Sep 2019)
+Version 4.2.92 (08 Oct 2019)
 
 A complete list of bugs fixed in this version is available here:
 
index b435ed8ba14d2dd3e7328295ced8c6e460ca1ca9..e12a5b839a49b3dd0e3ffb0c31113611d7b829e5 100644 (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.91],[bug-make@gnu.org])
+AC_INIT([GNU make],[4.2.92],[bug-make@gnu.org])
 
 AC_PREREQ([2.69])