diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-26 14:00:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-05-26 14:00:43 +0000 |
commit | 9ab2a0bb4bc558ed94f64176a61dc82caddf4528 (patch) | |
tree | d785afe2553d304e957061e3174e195b16331818 /sys/arch/amd64/stand/boot | |
parent | 36a8d0e11a140b3d5a3114c6a66b869f8b2166f3 (diff) |
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Diffstat (limited to 'sys/arch/amd64/stand/boot')
-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 781750d5088..4b67c113867 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.50 2020/03/05 16:36:30 otto Exp $ */ +/* $OpenBSD: conf.c,v 1.51 2020/05/26 14:00:40 deraadt Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff @@ -41,7 +41,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.47"; +const char version[] = "3.48"; int debug = 1; |