aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-09 22:17:18 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-09 22:17:18 +0000
commitb0bd840b506627cf5103574c70abb0c6935619e8 (patch)
tree8eb9aa852ee71cba5f976f4d5f8a2552411865d0 /sys/sys
parentc8550231efa4ed3c3ab6fc0407f2b9c549064e06 (diff)
downloadsrc-b0bd840b506627cf5103574c70abb0c6935619e8.tar.gz
src-b0bd840b506627cf5103574c70abb0c6935619e8.zip
Note libstand is no longer a public interface in UPDATING. Bump
FreeBSD_version to 1200051 on the off chance that something cares. Sponsored by: Netflix
Notes
Notes: svn path=/head/; revision=324455
Diffstat (limited to 'sys/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 b453caa8b131..65f36efb430d 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1200050 /* Master, propagated to newvers */
+#define __FreeBSD_version 1200051 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,