svn commit: r362453 - head/sys/sys

Xin LI delphij at FreeBSD.org
Sat Jun 20 21:32:17 UTC 2020


Author: delphij
Date: Sat Jun 20 21:32:14 2020
New Revision: 362453
URL: https://svnweb.freebsd.org/changeset/base/362453

Log:
  Bump __FreeBSD_version after making liblzma to use libmd implementation
  of SHA256.
  
  PR:		200142

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat Jun 20 21:32:07 2020	(r362452)
+++ head/sys/sys/param.h	Sat Jun 20 21:32:14 2020	(r362453)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300098	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300099	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list