diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:25:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:25:20 +0000 |
commit | 7ce57bc1af5c1e4ed5ba1a4f0ebfd7aa5919c68c (patch) | |
tree | a3dabbdcf394932febc6a331e183377b5dcb74cd /init | |
parent | 6a58d54d10e12e94860f8eea6e5a8865d8a502e8 (diff) |
(init_version): Upgrade to 0.0.
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 35cd466f..dae491e4 100644 --- a/init/init.c +++ b/init/init.c @@ -95,7 +95,7 @@ int fakeboot; /* The tasks of auth and proc and the bootstrap filesystem. */ task_t authtask, proctask, fstask; -char *init_version = "0.0 pre-alpha"; +char *init_version = "0.0"; mach_port_t default_ports[INIT_PORT_MAX]; mach_port_t default_dtable[3]; |