mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-12 08:40:55 +00:00
Release GNU make 4.2.93
* NEWS: Update the release and date * configure.ac: Update the release number
This commit is contained in:
parent
12b14f0484
commit
fdfe0446b6
2 changed files with 3 additions and 3 deletions
4
NEWS
4
NEWS
|
@ -1,6 +1,6 @@
|
|||
GNU make NEWS -*-indented-text-*-
|
||||
History of user-visible changes.
|
||||
8 October 2019
|
||||
3 January 2020
|
||||
|
||||
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.
|
||||
|
||||
Version 4.2.92 (08 Oct 2019)
|
||||
Version 4.2.93 (03 Jan 2020)
|
||||
|
||||
A complete list of bugs fixed in this version is available here:
|
||||
|
||||
|
|
|
@ -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.92],[bug-make@gnu.org])
|
||||
AC_INIT([GNU make],[4.2.93],[bug-make@gnu.org])
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
|
||||
|
|
Loading…
Reference in a new issue