aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--general.ent4
-rw-r--r--prologue/hostreqs.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/general.ent b/general.ent
index ae742d289..f62b850e0 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070127">
-<!ENTITY releasedate "January 27, 2007">
+<!ENTITY version "SVN-20070130">
+<!ENTITY releasedate "January 30, 2007">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index 795f87370..35fd96284 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -123,6 +123,7 @@
bash --version | head -n1 | cut -d" " -f2-4
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
+bison --version | head -n1
bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
diff --version | head -n1
@@ -132,7 +133,7 @@ gcc --version | head -n1
/lib/libc.so.6 | head -n1 | cut -d" " -f1-7
grep --version | head -n1
gzip --version | head -n1
-cat /proc/version | head -n1 | cut -d" " -f1-3,5-7
+cat /proc/version | head -n1
make --version | head -n1
patch --version | head -n1
sed --version | head -n1