svn commit: r239081 - stable/9/sys/sys

Ken Smith kensmith at FreeBSD.org
Sun Aug 5 23:59:33 UTC 2012


Author: kensmith
Date: Sun Aug  5 23:59:32 2012
New Revision: 239081
URL: http://svn.freebsd.org/changeset/base/239081

Log:
  Since releng/9.1 has been copied bump __FreeBSD_version so stable/9 will
  not have a value lower than what will be in releng/9.1 shortly.
  
  Approved by:	re (implicit)

Modified:
  stable/9/sys/sys/param.h

Modified: stable/9/sys/sys/param.h
==============================================================================
--- stable/9/sys/sys/param.h	Sun Aug  5 23:54:33 2012	(r239080)
+++ stable/9/sys/sys/param.h	Sun Aug  5 23:59:32 2012	(r239081)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900506	/* Master, propagated to newvers */
+#define __FreeBSD_version 901500	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list