Release GNU Make version 3.99.92.

This commit is contained in:
Paul Smith 2013-09-23 00:55:55 -04:00
parent fd30db1290
commit 8a3436c65d
3 changed files with 28 additions and 25 deletions

View File

@ -1,5 +1,8 @@
2013-09-22 Paul Smith <psmith@gnu.org>
* configure.ac: Update version to 3.99.92.
* NEWS: Ditto.
* implicit.c (pattern_search): After second expansion be sure to
handle order-only markers inside the expansion properly.
Fixes Savannah bug #31155.

4
NEWS
View File

@ -1,6 +1,6 @@
GNU make NEWS -*-indented-text-*-
History of user-visible changes.
16 Sep 2013
23 Sep 2013
See the end of this file for copyrights and conditions.
@ -9,7 +9,7 @@ manual, 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 3.99.91
Version 3.99.92
A complete list of bugs fixed in this version is available here:

View 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],[3.99.91],[bug-make@gnu.org])
AC_INIT([GNU make],[3.99.92],[bug-make@gnu.org])
AC_PREREQ([2.62])