svn commit: r208570 - stable/8/release

Ken Smith kensmith at FreeBSD.org
Wed May 26 17:11:01 UTC 2010


Author: kensmith
Date: Wed May 26 17:11:01 2010
New Revision: 208570
URL: http://svn.freebsd.org/changeset/base/208570

Log:
  Bump version number from 8.0 to 8.1.  Belatedly bump stable/7 to stable/8
  for SVNBRANCH.
  
  Approved by:	re (implicit)

Modified:
  stable/8/release/Makefile

Modified: stable/8/release/Makefile
==============================================================================
--- stable/8/release/Makefile	Wed May 26 17:07:39 2010	(r208569)
+++ stable/8/release/Makefile	Wed May 26 17:11:01 2010	(r208570)
@@ -24,11 +24,11 @@
 # Set these, release builder!
 #
 # Fixed version:
-#BUILDNAME=8.0-STABLE
+#BUILDNAME=8.1-STABLE
 #
 # Automatic SNAP versioning:
 DATE != date +%Y%m%d
-BASE = 8.0
+BASE = 8.1
 BUILDNAME?=${BASE}-${DATE}-SNAP
 #
 #CHROOTDIR=/junk/release
@@ -72,7 +72,7 @@ BUILDNAME?=${BASE}-${DATE}-SNAP
 #
 # Subversion branch to build for src.  If this is not set then it is
 # automatically computed from RELEASETAG.
-#SVNBRANCH=stable/7
+#SVNBRANCH=stable/8
 #
 # Non-zero if ${RELEASETAG} is in the form "RELENG_ver_RELEASE"; we
 # are building an official release.  Otherwise, we are building for


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