diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:23:07 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:23:07 +0000 |
commit | 7488c9e3c31b4dc2ec454dce5710c856fb1fae09 (patch) | |
tree | f76a943453f1eee3895727bbf3974746c85ec4b1 /proc/proc.h | |
parent | f9bb6cc30b36baed19a0b0637534af5c8965cc83 (diff) |
(OUR_VERSION): Upgrade to 0.0.
Diffstat (limited to 'proc/proc.h')
-rw-r--r-- | proc/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/proc.h b/proc/proc.h index 1991a6d8..2afb3e6c 100644 --- a/proc/proc.h +++ b/proc/proc.h @@ -144,7 +144,7 @@ struct mutex global_lock; /* Our name for version system */ #define OUR_SERVER_NAME "proc" -#define OUR_VERSION "0.0 pre-alpha" +#define OUR_VERSION "0.0" extern inline void process_drop (struct proc *p) |