svn commit: r231809 - stable/8/sys/conf

Ken Smith kensmith at FreeBSD.org
Thu Feb 16 03:18:29 UTC 2012


Author: kensmith
Date: Thu Feb 16 03:18:28 2012
New Revision: 231809
URL: http://svn.freebsd.org/changeset/base/231809

Log:
  Identify as 8.3-PRERELEASE.
  
  Approved by:	re (implicit)

Modified:
  stable/8/sys/conf/newvers.sh

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh	Thu Feb 16 03:13:53 2012	(r231808)
+++ stable/8/sys/conf/newvers.sh	Thu Feb 16 03:18:28 2012	(r231809)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="8.2"
-BRANCH="STABLE"
+REVISION="8.3"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


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