diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2019-04-08 13:56:23 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2019-04-08 13:56:23 +0000 |
commit | 228eae623f7d0c8ab969909e7e36e654f9c10e2b (patch) | |
tree | 2c7952d436e73d6bdca8b0f360d9980f627d455d /sys/arch/loongson | |
parent | a469ec48f0197dd48df75134b5f4a7ace3a1848b (diff) |
crank version; looks good deraadt
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r-- | sys/arch/loongson/stand/boot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/stand/boot/conf.c b/sys/arch/loongson/stand/boot/conf.c index f23771d0ea3..0bd5b1f81bc 100644 --- a/sys/arch/loongson/stand/boot/conf.c +++ b/sys/arch/loongson/stand/boot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.8 2018/04/20 14:08:12 visa Exp $ */ +/* $OpenBSD: conf.c,v 1.9 2019/04/08 13:56:22 florian Exp $ */ /* * Copyright (c) 1982, 1986, 1990, 1993 @@ -39,7 +39,7 @@ #include <lib/libsa/ufs.h> #include <lib/libsa/cd9660.h> -const char version[] = "0.6"; +const char version[] = "0.7"; #if 0 /* network code not compiled in */ int debug = 0; #endif |