aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2019-12-02 21:09:57 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2019-12-02 21:09:57 +0000
commiteaad2b87d96c9426afab1e92ebc99d3450137ec4 (patch)
treea9e10d29036904efb43d856a47b37921306a6e99 /sys/sys
parent5b6081065444b784e0409335915e764f80b03742 (diff)
downloadsrc-eaad2b87d96c9426afab1e92ebc99d3450137ec4.tar.gz
src-eaad2b87d96c9426afab1e92ebc99d3450137ec4.zip
Bump __FreeBSD_version after r355304.
The net/tcprtt port depends on this. Sponsored by: Klara, Inc, Netflix
Notes
Notes: svn path=/head/; revision=355309
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 872e536bee94..8127a4fa7305 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300061 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300062 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,