svn commit: r357498 - head/sys/sys

Warner Losh imp at FreeBSD.org
Tue Feb 4 09:12:13 UTC 2020


Author: imp
Date: Tue Feb  4 09:12:12 2020
New Revision: 357498
URL: https://svnweb.freebsd.org/changeset/base/357498

Log:
  Bump __FreeBSD_version to 1300077 for r357455
  
  sparc64 was removed, bump to reflect that.
  
  Pointy-hat-to: imp
  Noticed by: linimon@

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Feb  4 07:37:55 2020	(r357497)
+++ head/sys/sys/param.h	Tue Feb  4 09:12:12 2020	(r357498)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300076	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300077	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list