summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-06-10 00:48:24 +0000
committerThomas Bushnell <thomas@gnu.org>1997-06-10 00:48:24 +0000
commitb42b96ba1715d1eeb5c9b7ebb35e0e652cb320ed (patch)
treea8a3a633a87ce1d75ddb81b802cb207dd9f06037
parent749d13762145d78d698adb905928435e7d5e7d25 (diff)
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.
-rw-r--r--sh-version.sed2
-rw-r--r--version.h4
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/
diff --git a/version.h b/version.h
index c61c275e..ab6c5b2b 100644
--- a/version.h
+++ b/version.h
@@ -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. */