diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-02 23:27:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-01-02 23:27:39 +0000 |
commit | 93fcc84659a8dce25555741f163ceeff1dc46f5f (patch) | |
tree | e867213e69f3c43823ea5a2f711b6c0353eb3385 /sys/arch/amd64/stand/cdboot/conf.c | |
parent | 2d9616aaa78e9dadab93dda45dc7d798e85dc4e6 (diff) |
crank version after random instruction fix from jsing
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 5a3d91a024b..57bd167c4c8 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.24 2013/12/28 02:53:03 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.25 2014/01/02 23:27:38 deraadt Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.21"; +const char version[] = "3.22"; int debug = 1; |