diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2005-08-01 23:39:57 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2005-08-01 23:39:57 +0000 |
commit | a8cdbabce02ece7dcfb9132eabc2dbe38eaf489c (patch) | |
tree | fc46826f6b5d1b84ba80d62031761d80f2ea14bd /sys/arch/amd64/stand | |
parent | 490c4956698861e1024a2feef92db682d8e6b4be (diff) |
Increment version so we can distinguish this in the future.
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index 4913b62ab00..dc8477ff8a1 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.6 2005/05/28 05:47:33 weingart Exp $ */ +/* $OpenBSD: conf.c,v 1.7 2005/08/01 23:39:56 weingart Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "1.05"; +const char version[] = "1.06"; int debug = 1; |