summaryrefslogtreecommitdiff
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
commit6a58d54d10e12e94860f8eea6e5a8865d8a502e8 (patch)
treeb7757336ff58ee03d7859904dc780d8df79f298d
parent7488c9e3c31b4dc2ec454dce5710c856fb1fae09 (diff)
(ufs_version): Upgrade to 0.0.
-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;