From ee36b978c84d5b166dab46da50b3d15431cddd44 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 6 May 1996 18:21:24 +0000 Subject: (hurd_versions): Add version 0.0. --- hurd/version.h | 17 +++++++++++++++-- 1 file 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"}, + } } }; -- cgit v1.2.3