summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-27 18:06:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-27 18:06:56 +0000
commitda7f8b89a47685233a7ef1260405a539372b447a (patch)
tree8540fab004fd0aa865ea3d77ee96d28e739766e5 /sys
parent161e255b19f2a298d2aa8a602b06eefabd37b7d0 (diff)
oops; move to 3.5-beta
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 38de99090bf..ad0a09a7614 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.53 2003/08/11 14:52:42 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.54 2004/02/27 18:06:55 deraadt Exp $ */
/* $NetBSD: param.h,v 1.23 1996/03/17 01:02:29 thorpej Exp $ */
/*-
@@ -41,8 +41,8 @@
#define BSD4_3 1
#define BSD4_4 1
-#define OpenBSD 200311 /* OpenBSD version (year & month). */
-#define OpenBSD3_4 1 /* OpenBSD 3.4 */
+#define OpenBSD 200405 /* OpenBSD version (year & month). */
+#define OpenBSD3_5 1 /* OpenBSD 3.5 */
#ifndef NULL
#ifdef __GNUG__