summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-02-17 21:46:44 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-02-17 21:46:44 +0000
commit570f63006f94faadcea5967d4cfefa407b834a5f (patch)
tree1a4e4f54600ccdffc17b18863430606a4194065d
parentc76bb25b909b57c05b6a163941393d590a4348b1 (diff)
Forgot to bump version number in comments; from Seth Wright via jmc@, thanks.
-rw-r--r--sys/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 6348fc9bded..0e8c6f8d132 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.85 2010/01/26 23:04:28 miod Exp $ */
+/* $OpenBSD: param.h,v 1.86 2010/02/17 21:46:43 miod Exp $ */
/* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */
/*-
@@ -42,7 +42,7 @@
#define BSD4_4 1
#define OpenBSD 201005 /* OpenBSD version (year & month). */
-#define OpenBSD4_7 1 /* OpenBSD 4.6 */
+#define OpenBSD4_7 1 /* OpenBSD 4.7 */
#ifndef NULL
#ifdef __GNUG__