diff options
| -rw-r--r-- | INSTALL | 1 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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)" |
