diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-27 20:36:58 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-09-27 20:36:58 +0200 |
commit | 3bdf8aad39d39168d096d3042b659fb9d2ef1651 (patch) | |
tree | 629800ec4e65696dcd1fc2d2642100594df5fe62 /proc | |
parent | 559ee510cb7058d9e0d3384302be4a0053e179cf (diff) |
Decouple the Hurd version from the package version.
* config.make.in (package-version): New variable.
(hurd-version): Set to 0.3.
* Makeconf (%: %.sh): Use package-version instead of hurd-version.
* Makefile (stamp-version): Likewise.
* doc/Makefile (stamp-version): Likewise.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/host.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/proc/host.c b/proc/host.c index 2b3c4f3c..488863bb 100644 --- a/proc/host.c +++ b/proc/host.c @@ -1,5 +1,7 @@ /* Proc server host management calls - Copyright (C) 1992,93,94,96,97,2001,02 Free Software Foundation, Inc. + + Copyright (C) 1992, 1993, 1994, 1996, 1997, 2001, 2002, 2013 Free Software + Foundation, Inc. This file is part of the GNU Hurd. @@ -231,8 +233,7 @@ check_dead_execdata_notify (mach_port_t port) /* Version information handling. - A server registers its name and version with - startup_register_version. + A server registers its name and version with proc_register_version. The uname release is the most popular version number. |