summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-07-23 15:07:23 +0000
committerCharles.Forsyth <devnull@localhost>2008-07-23 15:07:23 +0000
commitcd1312b97ac097ddb4ca82034953205b48d52d7e (patch)
treef1deb7361cbf137d5c6901660566cc513d146f4a
parent4e75abdd63fc01662b7a814e52599ef3e77acc58 (diff)
20080723-1607
-rw-r--r--INSTALL1
-rw-r--r--include/version.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 2c3a46a7..add92049 100644
--- a/INSTALL
+++ b/INSTALL
@@ -56,6 +56,7 @@ containing only the source code. To do that for a supported
variant of hosted Inferno, on Unix or Plan 9, do the follow-
ing in the root of the Inferno tree:
+0. Edit mkconfig as described above.
1. Run makemk.sh to rebuild the mk command, which is
used to build everything else.
diff --git a/include/version.h b/include/version.h
index f51b4dc9..4185fca8 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20080707)"
+#define VERSION "Fourth Edition (20080723)"