summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)"