diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:23:48 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-06 18:23:48 +0000 |
commit | 6a58d54d10e12e94860f8eea6e5a8865d8a502e8 (patch) | |
tree | b7757336ff58ee03d7859904dc780d8df79f298d /ufs | |
parent | 7488c9e3c31b4dc2ec454dce5710c856fb1fae09 (diff) |
(ufs_version): Upgrade to 0.0.
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ #include <unistd.h> #include <stdlib.h> -char *ufs_version = "0.0 pre-alpha"; +char *ufs_version = "0.0"; struct node *diskfs_root_node; |