summaryrefslogtreecommitdiff
path: root/ufs/main.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-06 18:23:48 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-06 18:23:48 +0000
commitb40493575ad94645591b9294436012da248282e6 (patch)
tree6193660bbd42f24893fc6928b99bd5b4326484a2 /ufs/main.c
parent57ffe5ad51eec9910e2c0b3e4bdf971db09b57f4 (diff)
(ufs_version): Upgrade to 0.0.
Diffstat (limited to 'ufs/main.c')
-rw-r--r--ufs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs/main.c b/ufs/main.c
index 2173be01..5ba1b318 100644
--- a/ufs/main.c
+++ b/ufs/main.c
@@ -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;