diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-06-14 16:06:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-06-14 16:06:26 +0000 |
commit | b90561c37e42316ef983c0d13963f899938fb047 (patch) | |
tree | 738245a8f84b3c6f45158a27cf699f1746e9b334 /sys/arch/amd64/stand/cdboot/conf.c | |
parent | 0a3b0727bf67153f8fc6b16c131ec13b678e1bc9 (diff) |
crank version number
Diffstat (limited to 'sys/arch/amd64/stand/cdboot/conf.c')
-rw-r--r-- | sys/arch/amd64/stand/cdboot/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/cdboot/conf.c b/sys/arch/amd64/stand/cdboot/conf.c index 18d140158aa..e4674ccb408 100644 --- a/sys/arch/amd64/stand/cdboot/conf.c +++ b/sys/arch/amd64/stand/cdboot/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.45 2020/05/26 14:00:41 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.46 2020/06/14 16:06:25 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -42,7 +42,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.47"; +const char version[] = "3.52"; int debug = 1; |