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


gnu-hello       
Info
Commit...:66946217c8b78b863c7cb99103874e771e9dc070
Author...:karl <>
Committer:karl <>
Date.....:Thu Jul 26 17:18:20 2007 +0000
Parents..:6af2fc00e61d31989f30f56413c3860f8a7d4d3f

Message
[project @ 2007-07-26 17:18:20 by karl]
2.3.90

Changes
diff --git a/ChangeLog b/ChangeLog
line changes: +4/-0
index 4cc9c76..78af8f6
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-26  Karl Berry  <karl@gnu.org>
+
+	* configure.ac (AC_INIT_AUTOMAKE): let's skip dist-bzip2.
+
 2007-06-29  Karl Berry  <karl@gnu.org>
 
 	* Version 2.3.

diff --git a/configure.ac b/configure.ac
line changes: +1/-1
index b2081d1..09095ca
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_INIT([GNU Hello], [2.3.90], [bug-hello@gnu.org])
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([dist-bzip2 readme-alpha])
+AM_INIT_AUTOMAKE([readme-alpha])
 
 # Minimum Autoconf version required.
 AC_PREREQ(2.60)

diff --git a/doc/version.texi b/doc/version.texi
line changes: +2/-2
index 48a92aa..87e63a2
--- a/doc/version.texi
+++ b/doc/version.texi
@@ -1,4 +1,4 @@
 @set UPDATED 14 July 2007
 @set UPDATED-MONTH July 2007
-@set EDITION 2.3
-@set VERSION 2.3
+@set EDITION 2.3.90
+@set VERSION 2.3.90

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