diff options
Diffstat (limited to 'sys/arch/zaurus/stand/zboot/conf.c')
-rw-r--r-- | sys/arch/zaurus/stand/zboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/stand/zboot/conf.c b/sys/arch/zaurus/stand/zboot/conf.c index 7218e298eea..fed7131106f 100644 --- a/sys/arch/zaurus/stand/zboot/conf.c +++ b/sys/arch/zaurus/stand/zboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.2 2005/01/10 21:50:54 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.3 2005/05/09 14:09:20 uwe Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -44,7 +44,7 @@ #include "debug.h" #endif -const char version[] = "2.06"; +const char version[] = "2.07"; #if 0 int debug = 1; #endif |