summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-17 02:40:37 -0400
committerPaul Smith <psmith@gnu.org>2013-05-17 02:40:37 -0400
commitb16852a77f4d30a4956d096ebb7961ab8150fcb4 (patch)
treec2e50d4d8aad5113bd95a37f38c69aa362cf0246
parent96cf67bd29957cfde6c5f15cfec7e370c6dbabe2 (diff)
downloadgunmake-b16852a77f4d30a4956d096ebb7961ab8150fcb4.tar.gz
Update for GNU make release candidate 3.99.90.3.99.90
-rw-r--r--ChangeLog3
-rw-r--r--NEWS4
-rw-r--r--README.git3
-rw-r--r--configure.ac2
4 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e9fc693..9377e90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-05-17 Paul Smith <psmith@gnu.org>
+ * configure.ac: Update version to 3.99.90.
+ * NEWS: Ditto.
+
* Source (*.[ch]): Remove TABs, use GNU coding styles.
* ALL: Update copyright.
diff --git a/NEWS b/NEWS
index a2ea4c7..0b39731 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
GNU make NEWS -*-indented-text-*-
History of user-visible changes.
- 27 April 2013
+ 17 May 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.82.90
+Version 3.99.90
A complete list of bugs fixed in this version is available here:
diff --git a/README.git b/README.git
index 6b2f28b..3f12d02 100644
--- a/README.git
+++ b/README.git
@@ -175,7 +175,8 @@ before making an official release:
* Run "make distcheck" to be sure it all works.
* git tag -u <GPGID> <VER> where GPGID is my GPG key fingerprint,
and VER is the release version.
- * Push everything.
+ * Push everything:
+ git push --tags origin master
* Create the new release in the Savannah "Bugs" Administration for
both the "Component Version" and "Fixed Release" fields.
* Create the new release in the Savannah "Patches" Administration for
diff --git a/configure.ac b/configure.ac
index 5a17a2e..1c0fa09 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],[3.82.90],[bug-make@gnu.org])
+AC_INIT([GNU make],[3.99.90],[bug-make@gnu.org])
AC_PREREQ([2.62])