summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/stand
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-28 02:53:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-12-28 02:53:05 +0000
commite380ca318c4d4208a3803f7464d0661067a9ef3d (patch)
treea6037cf5a91b4e1c3551d72f5ee666f833e45dc9 /sys/arch/macppc/stand
parentac02943a4df338f28713e109cad7148801923c12 (diff)
crank the version
Diffstat (limited to 'sys/arch/macppc/stand')
-rw-r--r--sys/arch/macppc/stand/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/stand/conf.c b/sys/arch/macppc/stand/conf.c
index 82365eedd83..323f0cceede 100644
--- a/sys/arch/macppc/stand/conf.c
+++ b/sys/arch/macppc/stand/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.4 2011/11/19 16:11:55 mpi Exp $ */
+/* $OpenBSD: conf.c,v 1.5 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 2007 Dale Rahn <drahn@openbsd.org>
*
@@ -21,7 +21,7 @@
#include <lib/libsa/stand.h>
-const char version[] = "1.2";
+const char version[] = "1.3";
int debug = 0;
void ofc_probe(struct consdev *);