diff options
author | 2013-10-23 06:12:50 +0000 | |
---|---|---|
committer | 2013-10-23 06:12:50 +0000 | |
commit | 49e977e47b693d8818344e10022dfb493fde3f63 (patch) | |
tree | 1a8d46739c61f38c4f6e589379f6bb98994085b2 | |
parent | In pthread_kill()/pthread_cancel(), hold the target thread's flags (diff) | |
download | wireguard-openbsd-49e977e47b693d8818344e10022dfb493fde3f63.tar.xz wireguard-openbsd-49e977e47b693d8818344e10022dfb493fde3f63.zip |
Crank bootblock versions after last commit
-rw-r--r-- | sys/arch/amd64/stand/boot/conf.c | 4 | ||||
-rw-r--r-- | sys/arch/i386/stand/boot/conf.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/stand/boot/conf.c b/sys/arch/amd64/stand/boot/conf.c index 152792e4701..e7bea1900ad 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.27 2013/10/20 13:25:20 stsp Exp $ */ +/* $OpenBSD: conf.c,v 1.28 2013/10/23 06:12:50 mlarkin Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.24"; +const char version[] = "3.25"; int debug = 1; diff --git a/sys/arch/i386/stand/boot/conf.c b/sys/arch/i386/stand/boot/conf.c index 5823a1774b7..c565819bafb 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.51 2013/10/20 13:25:21 stsp Exp $ */ +/* $OpenBSD: conf.c,v 1.52 2013/10/23 06:12:50 mlarkin Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -43,7 +43,7 @@ #include <dev/cons.h> #include "debug.h" -const char version[] = "3.22"; +const char version[] = "3.23"; int debug = 1; |