diff options
-rw-r--r-- | sh-version.sed | 2 | ||||
-rw-r--r-- | version.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sh-version.sed b/sh-version.sed index 226cdaf4..d13c94d0 100644 --- a/sh-version.sed +++ b/sh-version.sed @@ -1 +1 @@ -s/STANDARD_HURD_VERSION_\(.[^_]*\)_/\1 (GNU Hurd) 0.1/ +s/STANDARD_HURD_VERSION_\(.[^_]*\)_/\1 (GNU Hurd) 0.2/ @@ -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. */ |