diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:26:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:26:35 +0000 |
commit | 6d0ba0d731122abda049b6f67fef837b13fdca80 (patch) | |
tree | 4b6eeeb373504007aa767d4b4c71b28dfc4ad3c3 /exec | |
parent | 7ce57bc1af5c1e4ed5ba1a4f0ebfd7aa5919c68c (diff) |
(exec_version): Upgrade to 0.0.
Diffstat (limited to 'exec')
-rw-r--r-- | exec/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exec/main.c b/exec/main.c index b0bed59c..809b99a8 100644 --- a/exec/main.c +++ b/exec/main.c @@ -1,5 +1,5 @@ /* GNU Hurd standard exec server, main program and server mechanics. - Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 19941996 Free Software Foundation, Inc. Written by Roland McGrath. This file is part of the GNU Hurd. @@ -49,7 +49,7 @@ int trivfs_cntl_nportclasses = 1; struct trivfs_control *fsys; -char *exec_version = "0.0 pre-alpha"; +char *exec_version = "0.0"; char **save_argv; |