summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkbyanc <kbyanc@FreeBSD.org>2004-06-17 23:16:30 +0000
committerkbyanc <kbyanc@FreeBSD.org>2004-06-17 23:16:30 +0000
commitf671c3b86750f4860a34fffeff67024123841bf8 (patch)
treeea3a199e4adaa669315850876754f20c9684a204 /sys
parentc3dd8655c5e060b4666ef5d55cbb89b0b50b840b (diff)
downloadFreeBSD-src-f671c3b86750f4860a34fffeff67024123841bf8.zip
FreeBSD-src-f671c3b86750f4860a34fffeff67024123841bf8.tar.gz
Bumb version so apps can detect whether CLOCK_VIRTUAL and CLOCK_PROF are
implemented.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 08fe7e8..f393c77 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -55,7 +55,7 @@
* scheme is: <major><two digit minor><0 if release branch, otherwise 1>xx
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 502117 /* Master, propagated to newvers */
+#define __FreeBSD_version 502118 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
OpenPOWER on IntegriCloud