diff options
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; |