Author: kensmith
Date: Mon May 17 14:20:26 2010
New Revision: 208192
URL: http://svn.freebsd.org/changeset/base/208192

Log:
  Since sometimes developer activity the week before a code freeze starts causes
  the stable branch to be a little less reliable than normal mark the stable/8
  branch as 8.1-PRERELEASE to warn users.

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

Modified: stable/8/sys/conf/newvers.sh
==============================================================================
--- stable/8/sys/conf/newvers.sh        Mon May 17 14:00:46 2010        
(r208191)
+++ stable/8/sys/conf/newvers.sh        Mon May 17 14:20:26 2010        
(r208192)
@@ -31,8 +31,8 @@
 # $FreeBSD$
 
 TYPE="FreeBSD"
-REVISION="8.0"
-BRANCH="STABLE"
+REVISION="8.1"
+BRANCH="PRERELEASE"
 if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
        BRANCH=${BRANCH_OVERRIDE}
 fi
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to