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


gnu-hello       
Info
Commit...:057f49d00f3b6128ca082b8825c5fb6715ccec4b
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Thu Oct 10 00:39:52 2013 +0100
Parents..:e694456afec31f8fac03a0ae54ac55c3abd66d4c

Message
Bump version to 2.9.

Changes
diff --git a/configure.ac b/configure.ac
line changes: +1/-1
index 7e7acc8..6b0b199
--- 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.8], [bug-hello@gnu.org],,[http://www.gnu.org/software/hello/])
+AC_INIT([GNU Hello], [2.9], [bug-hello@gnu.org],,[http://www.gnu.org/software/hello/])
 
 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!