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,
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to