summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES2
-rw-r--r--include/version.h2
-rw-r--r--utils/mk/Nt.c2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a50e7c0b..86c758fc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+20091219
+ change default roots in Nt utils to c:\inferno
20091215
factotum(2) updated to include keyspec in signature
appl/cmd/mount.b uses -k value as keyspec if -9 selected [not to much purpose with current factotum's p9any]
diff --git a/include/version.h b/include/version.h
index 5c62a52c..f78f33f8 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20091215)"
+#define VERSION "Fourth Edition (20091218)"
diff --git a/utils/mk/Nt.c b/utils/mk/Nt.c
index 002807bb..18454d53 100644
--- a/utils/mk/Nt.c
+++ b/utils/mk/Nt.c
@@ -11,7 +11,7 @@ enum {
Nchild = 100,
};
-char *rootdir = "c:\\users\\inferno";
+char *rootdir = "c:\\inferno";
char *shell = "Nt\\386\\bin\\rcsh.exe"; /* Path relative to root */
typedef struct Child Child;