svn commit: r249943 - head/sys/sys

Adrian Chadd adrian at FreeBSD.org
Fri Apr 26 17:06:37 UTC 2013


Author: adrian
Date: Fri Apr 26 17:06:36 2013
New Revision: 249943
URL: http://svnweb.freebsd.org/changeset/base/249943

Log:
  Bump FreeBSD_version after glebius' changes.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri Apr 26 16:58:22 2013	(r249942)
+++ head/sys/sys/param.h	Fri Apr 26 17:06:36 2013	(r249943)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000030	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000031	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list