diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:19:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:19:07 +0000 |
commit | 87eac5c3c7b7b24f588a3730eca874f89a90f0c2 (patch) | |
tree | d7e5c1f3dd68719d1a73db0d9a26cdf4c5c7c166 /hurd | |
parent | 8a39e895ba798bcc3094e6bf4ad4375024fdda86 (diff) |
(HURD_RELEASE): Update to 0.0.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index dbdca791..c03611c7 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ server interface definitions. A "version" in Posix terminology is a distribution of the Hurd; there may be more than one distribution without changing the release number. */ -#define HURD_RELEASE "0.0 pre-alpha" +#define HURD_RELEASE "0.0" /* Simple type declarations */ |