diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-29 13:59:53 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-10-29 13:59:53 +0000 |
commit | 548aaf679c71f40a99bdfa57c32ba312a20a315f (patch) | |
tree | ca4b5544cb7c28db08d820068d8a5a96c1f87d0a /sys/arch/amd64 | |
parent | 08fdcec10af20a713dfbd0fb441b59718606907c (diff) |
Bump version.
Diffstat (limited to 'sys/arch/amd64')
-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 65eb4815785..4027b6deb22 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.21 2012/10/09 14:01:36 jsing Exp $ */ +/* $OpenBSD: conf.c,v 1.22 2012/10/29 13:59:52 jsing Exp $ */ /* * Copyright (c) 2004 Tom Cosgrove @@ -43,7 +43,7 @@ #include <biosdev.h> #include <dev/cons.h> -const char version[] = "3.18"; +const char version[] = "3.19"; int debug = 1; |