summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/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/loongson/stand
parentac02943a4df338f28713e109cad7148801923c12 (diff)
crank the version
Diffstat (limited to 'sys/arch/loongson/stand')
-rw-r--r--sys/arch/loongson/stand/boot/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/loongson/stand/boot/conf.c b/sys/arch/loongson/stand/boot/conf.c
index aed5f03fe4a..e16868c7917 100644
--- a/sys/arch/loongson/stand/boot/conf.c
+++ b/sys/arch/loongson/stand/boot/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.5 2010/12/06 18:44:49 jasper Exp $ */
+/* $OpenBSD: conf.c,v 1.6 2013/12/28 02:53:04 deraadt Exp $ */
/*
* Copyright (c) 1982, 1986, 1990, 1993
@@ -39,7 +39,7 @@
#include <lib/libsa/ufs.h>
#include <lib/libsa/cd9660.h>
-const char version[] = "0.3";
+const char version[] = "0.4";
#if 0 /* network code not compiled in */
int debug = 0;
#endif