diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-10 04:19:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-10 04:19:33 +0000 |
commit | a5d100e43420a22a95ac05468f73094f9c4cd410 (patch) | |
tree | 788900dcadd4fc1509b0a5b875f537aade6e07f6 /sys/arch/i386/stand/boot | |
parent | 8f0c1aa9fd0ce5d319af8590f3da4e11d36119ac (diff) |
crank versions
Diffstat (limited to 'sys/arch/i386/stand/boot')
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 7cb62905aca..97adc6d3591 100644 --- a/sys/arch/i386/stand/boot/conf.c +++ b/sys/arch/i386/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.67 2019/04/08 13:56:22 florian Exp $ */ +/* $OpenBSD: conf.c,v 1.68 2019/04/10 04:19:32 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.36"; +const char version[] = "3.37"; int debug = 1; |