From 3bdf8aad39d39168d096d3042b659fb9d2ef1651 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 27 Sep 2013 20:36:58 +0200 Subject: 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. --- proc/host.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'proc/host.c') 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. -- cgit v1.2.3