diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-05-09 14:09:21 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-05-09 14:09:21 +0000 |
commit | bfa3dfc97b8028dd38b0bbe5c9f9ae5ab1e0d80d (patch) | |
tree | 4992a0a4df5f19f79974a942c7bd99ef60c5075d /sys/arch | |
parent | 4d97868c96a906b573a7c39f1c2a8c2a9d69505d (diff) |
Bump version to 2.07. Since the initial version 2.06, symbol table
loading and a few workarounds have been added.
Diffstat (limited to 'sys/arch')
-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 |