diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:48:24 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-10 00:48:24 +0000 |
commit | 4a962f71272bd9e6212942f72bd1bf8ce6f63203 (patch) | |
tree | 328eb17fee5665aec57fd3be4d1f0db88d6e2ee3 /version.h | |
parent | dd5fbd5e2cb63ee8521a70296c5234d8eac7db6d (diff) | |
download | hurd-4a962f71272bd9e6212942f72bd1bf8ce6f63203.tar.gz hurd-4a962f71272bd9e6212942f72bd1bf8ce6f63203.tar.bz2 hurd-4a962f71272bd9e6212942f72bd1bf8ce6f63203.zip |
Mon Jun 9 12:27:40 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* version.h (HURD_VERSION): Update version number.
* sh-version.sed: Likewise.
* README: Likewise.
* INSTALL: Likewise.
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* Hurd version - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. Written by Thomas Bushnell, n/BSG. This file is part of the GNU Hurd. @@ -21,7 +21,7 @@ /* See sh-version.sed for duplicates of this information. */ #ifndef HURD_VERSION -#define HURD_VERSION "0.1" +#define HURD_VERSION "0.2" #endif /* The standard way to print versions for --version. */ |