svn commit: r366782 - head/sys/sys

Xin LI delphij at FreeBSD.org
Sat Oct 17 04:14:49 UTC 2020


Author: delphij
Date: Sat Oct 17 04:14:46 2020
New Revision: 366782
URL: https://svnweb.freebsd.org/changeset/base/366782

Log:
  Bump __FreeBSD_version after ptsname_r addition.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat Oct 17 04:14:38 2020	(r366781)
+++ head/sys/sys/param.h	Sat Oct 17 04:14:46 2020	(r366782)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300121	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300122	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list