diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:22:08 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:22:08 +0000 |
commit | f9bb6cc30b36baed19a0b0637534af5c8965cc83 (patch) | |
tree | 0ff6229d77f77f82e373acc57fd1a8229354e181 /auth | |
parent | ee36b978c84d5b166dab46da50b3d15431cddd44 (diff) |
(auth_version): Upgrade to 0.0.
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth.c b/auth/auth.c index 890188db..daf04aa5 100644 --- a/auth/auth.c +++ b/auth/auth.c @@ -31,7 +31,7 @@ #include "auth_S.h" #include "auth_reply_U.h" -char *auth_version = "0.0 pre-alpha"; +char *auth_version = "0.0"; /* Auth handles are server ports with sets of ids. */ |