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 | b40493575ad94645591b9294436012da248282e6 (patch) | |
tree | 6193660bbd42f24893fc6928b99bd5b4326484a2 /ufs/main.c | |
parent | 57ffe5ad51eec9910e2c0b3e4bdf971db09b57f4 (diff) |
(ufs_version): Upgrade to 0.0.
Diffstat (limited to 'ufs/main.c')
-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; |