1
0
mirror of https://github.com/mirror/make.git synced 2025-04-24 12:00:35 +08:00

* configure.ac, NEWS, README.git: Set up for the next release.

This commit is contained in:
Paul Smith 2014-10-09 02:06:53 -04:00
parent a66bf2d736
commit d1df4b21f3
3 changed files with 11 additions and 2 deletions

7
NEWS
View File

@ -8,6 +8,13 @@ All changes mentioned here are more fully described in the GNU make
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 4.1.90 (05 Oct 2014)
A complete list of bugs fixed in this version is available here:
http://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=106&set=custom
Version 4.1 (05 Oct 2014)

View File

@ -195,7 +195,9 @@ Manage the Savannah project for GNU make:
Release" fields:
- Value: SCM
- Rank: 20
- Descr: Fixed in Git; will be available in the next version of Make.
- Descr: Issues found in code retrieved from Source Code Management (Git), rather than a distributed version. Please include the SHA you are working with.
- Descr: Fixed in Source Code Management (Git). The fix will be included in the next release of GNU make.
Start the next release:

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