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/sgi/stand | |
parent | 36a8d0e11a140b3d5a3114c6a66b869f8b2166f3 (diff) |
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Diffstat (limited to 'sys/arch/sgi/stand')
-rw-r--r-- | sys/arch/sgi/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/stand/boot/conf.c b/sys/arch/sgi/stand/boot/conf.c index d174fde8749..4b2a66a1ed5 100644 --- a/sys/arch/sgi/stand/boot/conf.c +++ b/sys/arch/sgi/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.7 2020/04/06 02:10:33 visa Exp $ */ +/* $OpenBSD: conf.c,v 1.8 2020/05/26 14:00:42 deraadt Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -27,7 +27,7 @@ */ #include <stand.h> -const char version[] = "1.11"; +const char version[] = "1.12"; extern void nullsys(); extern int nodev(); |