Release GNU make 4.2.93 * NEWS: Update the release and date * configure.ac: Update the release number
diff --git a/NEWS b/NEWS index 0a9094c..fe21e55 100644 --- a/NEWS +++ b/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 @@ 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:
diff --git a/configure.ac b/configure.ac index 95d0dee..660148e 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.92],[bug-make@gnu.org]) +AC_INIT([GNU make],[4.2.93],[bug-make@gnu.org]) AC_PREREQ([2.69])