diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-12 16:22:02 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-12 16:22:02 +0000 |
commit | 96320a20a2df0428884cc60d61d2480392521567 (patch) | |
tree | f7eafb792906df526c95af0782ffb24a16f3e611 | |
parent | e060de0e8a0f7d4183787e06e44ec35b626f67c7 (diff) |
Mon May 12 11:25:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* version.c (version): Update to version 1.1.1.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | version.c | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ Mon May 12 11:25:38 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + Version 1.1.1 released. + + * version.c (version): Update to version 1.1.1. + * bogus/mach_kdb.h: Make sure MACH_KDB is always defined, to zero if necessary. Bug report from Marcus Daniels (marcus@cathcart.sysc.pdx.edu). @@ -1,2 +1,2 @@ -char version[] = "GNUmach 1.1"; +char version[] = "GNUmach 1.1.1"; |