diff options
Diffstat (limited to 'sys/arch/hp300/stand/common/version.c')
-rw-r--r-- | sys/arch/hp300/stand/common/version.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/common/version.c b/sys/arch/hp300/stand/common/version.c index e2a89de9929..6b0056d78b2 100644 --- a/sys/arch/hp300/stand/common/version.c +++ b/sys/arch/hp300/stand/common/version.c @@ -1,4 +1,4 @@ -/* $OpenBSD: version.c,v 1.14 2013/09/23 22:14:45 miod Exp $ */ +/* $OpenBSD: version.c,v 1.15 2013/12/28 02:53:03 deraadt Exp $ */ /* * Record major changes in the boot code here, and increment the version @@ -28,4 +28,4 @@ * 2.15 Remove SLOWSCSI from scsi code, and increase target selection timeout. */ -const char version[] = "2.15"; +const char version[] = "2.16"; |