summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-06 18:21:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-06 18:21:24 +0000
commitee36b978c84d5b166dab46da50b3d15431cddd44 (patch)
tree5c8bedf69bad6bfb46aaa18d5242c8f6dc51f023
parent87eac5c3c7b7b24f588a3730eca874f89a90f0c2 (diff)
(hurd_versions): Add version 0.0.
-rw-r--r--hurd/version.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/hurd/version.h b/hurd/version.h
index 3611d877..6afdf4a6 100644
--- a/hurd/version.h
+++ b/hurd/version.h
@@ -1,5 +1,5 @@
/* Hurd version calculation
- Copyright (C) 1994 Free Software Foundation
+ Copyright (C) 1994, 1996 Free Software Foundation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -50,7 +50,7 @@ struct hurd_version
struct hurd_version hurd_versions[] =
{
{
- /* Hurd version 0.0 pre-alpha; not frozen yet */
+ /* Hurd version 0.0 pre-alpha; frozen May 3, 1996. */
"0.0 pre-alpha",
"0.0 pre-alpha",
5,
@@ -61,6 +61,19 @@ struct hurd_version hurd_versions[] =
{"init", "0.0 pre-alpha"},
{"exec", "0.0 pre-alpha"},
}
+ },
+ {
+ /* Hurd version 0.0. Not frozen yet. */
+ "0.0",
+ "0.0",
+ 5,
+ {
+ {"auth", "0.0"},
+ {"proc", "0.0"},
+ {"ufs", "0.0"},
+ {"init", "0.0"},
+ {"exec", "0.0"},
+ }
}
};