Module Name: src
Committed By: alnsn
Date: Sun May 29 18:15:05 UTC 2016
Modified Files:
src/sys/sys: param.h
Log Message:
Version bump after sljit import.
New version of sljit is not binary compatible with the previous
version.
To generate a diff of this commit:
cvs rdiff -u -r1.494 -r1.495 src/sys/sys/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.494 src/sys/sys/param.h:1.495
--- src/sys/sys/param.h:1.494 Fri Apr 29 01:14:23 2016
+++ src/sys/sys/param.h Sun May 29 18:15:05 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.494 2016/04/29 01:14:23 christos Exp $ */
+/* $NetBSD: param.h,v 1.495 2016/05/29 18:15:05 alnsn Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 799002900 /* NetBSD 7.99.29 */
+#define __NetBSD_Version__ 799003000 /* NetBSD 7.99.29 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)