Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:43f2ea96c5fe68676efcedb9f07bad1a7f489ce4
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Fri Apr 13 13:09:11 2012 +0100
Parents..:261a8ddc67d05a2d6a108d7e2e65df94fb903f2b

Message
configure.ac: bump version to 2.7.1.

Changes
diff --git a/configure.ac b/configure.ac
line changes: +1/-1
index 430827c..45b567a
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl This program is distributed in the hope that it will be useful, but
 dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
 dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
-AC_INIT([GNU Hello], [2.7], [bug-hello@gnu.org])
+AC_INIT([GNU Hello], [2.7.1], [bug-hello@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])

This website is licensed under AGPL-3.0. Feel free to copy!