svn commit: r368417 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Mon Dec 7 18:58:09 UTC 2020


Author: jhb
Date: Mon Dec  7 18:58:08 2020
New Revision: 368417
URL: https://svnweb.freebsd.org/changeset/base/368417

Log:
  Bump __FreeBSD_version for removal of crypto fd's in r368005.
  
  Requested by:	swills
  Sponsored by:	Chelsio Communications

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon Dec  7 17:54:49 2020	(r368416)
+++ head/sys/sys/param.h	Mon Dec  7 18:58:08 2020	(r368417)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300130	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300131	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list