diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2005-05-28 05:47:34 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2005-05-28 05:47:34 +0000 |
commit | 1dcd23cf610eed2bb363b7889f224424b8b80cee (patch) | |
tree | 978d84fcf88178bd5aa6212942d6cca1d7a98832 /sys/arch/amd64/stand/boot/conf.c | |
parent | 6a28bc2171077443d8e80c12f967491687b7aac3 (diff) |
*slightly drunk*
To all my "friends", and my lovely future wife... Thank you. Anyone
who still wants to sign the shirt, it's on my bakc. Again, thank you.
This commit was ok'd by drahn@, art@, niklas@, in spite of my condition.
Diffstat (limited to 'sys/arch/amd64/stand/boot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 49e06f6a877..8759b7ba036 100644 --- a/sys/arch/amd64/stand/boot/conf.c +++ b/sys/arch/amd64/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.6 2005/05/03 13:18:05 tom Exp $ */ +/* $OpenBSD: conf.c,v 1.7 2005/05/28 05:47:33 weingart Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "2.10"; +const char version[] = "2.11"; int debug = 1; |