diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-07-23 15:07:23 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-07-23 15:07:23 +0000 |
| commit | cd1312b97ac097ddb4ca82034953205b48d52d7e (patch) | |
| tree | f1deb7361cbf137d5c6901660566cc513d146f4a | |
| parent | 4e75abdd63fc01662b7a814e52599ef3e77acc58 (diff) | |
20080723-1607
| -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)" |
