svn commit: r339730 - head/sys/sys

Glen Barber gjb at FreeBSD.org
Thu Oct 25 15:41:28 UTC 2018


Author: gjb
Date: Thu Oct 25 15:41:26 2018
New Revision: 339730
URL: https://svnweb.freebsd.org/changeset/base/339730

Log:
  Bump __FreeBSD_version following the OpenSSL shared library version
  number bump.
  
  Submitted by:	antoine
  MFC with:	r339709
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Oct 25 15:41:19 2018	(r339729)
+++ head/sys/sys/param.h	Thu Oct 25 15:41:26 2018	(r339730)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300000	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300001	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list