svn commit: r229318 - in stable/9/sys: conf sys

Ken Smith kensmith at FreeBSD.org
Mon Jan 2 20:40:00 UTC 2012


Author: kensmith
Date: Mon Jan  2 20:39:59 2012
New Revision: 229318
URL: http://svn.freebsd.org/changeset/base/229318

Log:
  Since stable/9 has been released from code freeze and the 9.0-RELEASE
  builds are underway shift stable/9 to 9.0-STABLE.

Modified:
  stable/9/sys/conf/newvers.sh
  stable/9/sys/sys/param.h

Modified: stable/9/sys/conf/newvers.sh
==============================================================================
--- stable/9/sys/conf/newvers.sh	Mon Jan  2 20:28:33 2012	(r229317)
+++ stable/9/sys/conf/newvers.sh	Mon Jan  2 20:39:59 2012	(r229318)
@@ -32,7 +32,7 @@
 
 TYPE="FreeBSD"
 REVISION="9.0"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi

Modified: stable/9/sys/sys/param.h
==============================================================================
--- stable/9/sys/sys/param.h	Mon Jan  2 20:28:33 2012	(r229317)
+++ stable/9/sys/sys/param.h	Mon Jan  2 20:39:59 2012	(r229318)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 900045	/* Master, propagated to newvers */
+#define __FreeBSD_version 900500	/* Master, propagated to newvers */
 
 #ifdef _KERNEL
 #define	P_OSREL_SIGWAIT		700000


More information about the svn-src-stable-9 mailing list