summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2009-08-22 23:44:37 +0000
committerkensmith <kensmith@FreeBSD.org>2009-08-22 23:44:37 +0000
commit7b24458561762c5e4446c6210421d41eba9eea25 (patch)
treee65f63d1334f7814205e453e2892fda9b4e85b2d /release
parentb4694ea2c6ce4d683b775b3d5c7da7d331864a16 (diff)
downloadFreeBSD-src-7b24458561762c5e4446c6210421d41eba9eea25.zip
FreeBSD-src-7b24458561762c5e4446c6210421d41eba9eea25.tar.gz
Make head 9.0-CURRENT in preparation for lifting code freeze.
Approved by: re (implicit)
Diffstat (limited to 'release')
-rw-r--r--release/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index fd3cb92..26038c4 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -24,16 +24,16 @@
# Set these, release builder!
#
# Fixed version:
-#BUILDNAME=8.0-CURRENT
+#BUILDNAME=9.0-CURRENT
#
# Automatic SNAP versioning:
DATE != date +%Y%m%d
-BASE = 8.0
+BASE = 9.0
BUILDNAME?=${BASE}-${DATE}-SNAP
#
#CHROOTDIR=/junk/release
# If this is a -stable snapshot, then set
-#RELEASETAG=RELENG_7
+#RELEASETAG=RELENG_8
#
# To test a release with a source tree containing patches and
# other work. This tree will get copied instead of getting the
@@ -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
OpenPOWER on IntegriCloud