diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-16 23:27:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-16 23:27:53 +0000 |
commit | bda6f23d701a9c6a09995dac5e49a6e50c503f42 (patch) | |
tree | fbfe046b3ed43e1399780f6d26a60852d9e85dce /sys | |
parent | 53b922f93bf13b0e7af8cbbdf56d2d5fbf2d014e (diff) |
crank version
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/landisk/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/landisk/stand/boot/conf.c b/sys/arch/landisk/stand/boot/conf.c index 4ac899aa9ff..07e406b0944 100644 --- a/sys/arch/landisk/stand/boot/conf.c +++ b/sys/arch/landisk/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.1 2006/10/06 21:48:50 mickey Exp $ */ +/* $OpenBSD: conf.c,v 1.2 2006/11/16 23:27:52 deraadt Exp $ */ /* * Copyright (c) 2006 Michael Shalayeff @@ -29,7 +29,7 @@ #endif #include <dev/cons.h> -const char version[] = "0.99"; +const char version[] = "1.00"; int debug = 1; struct fs_ops file_system[] = { |