diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-02-18 13:56:03 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-02-18 13:56:03 +0000 |
commit | 81509a99f4a04ed21b9613bf9137ff5e742b6eca (patch) | |
tree | c07dc9e1b8f7224a7dc99e9965961ab1747bf7e1 /sys/arch/i386/stand/boot | |
parent | cb25d9dbac4029fd7ef13c8ebb998bf9de079b72 (diff) |
Bump version numbers.
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 0c78dad44a7..ad4531ae8c8 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.54 2014/01/02 23:27:36 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.55 2014/02/18 13:56:02 jsing Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.25"; +const char version[] = "3.26"; int debug = 1; |