summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2007-10-11 04:28:08 +0000
committerkensmith <kensmith@FreeBSD.org>2007-10-11 04:28:08 +0000
commitc80a7cd238808875211d82d4b00b7dd418070388 (patch)
treed771322232aef33ec79de2b3e18d4ce9e72782ac /release
parent19aa36cbf7ba0aece672571a03b6221cc01cae35 (diff)
downloadFreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.zip
FreeBSD-src-c80a7cd238808875211d82d4b00b7dd418070388.tar.gz
To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.
Approved by: re (implicit)
Diffstat (limited to 'release')
-rw-r--r--release/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 90eccd2..1442891 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -18,16 +18,16 @@
# Set these, release builder!
#
# Fixed version:
-#BUILDNAME=7.0-CURRENT
+#BUILDNAME=8.0-CURRENT
#
# Automatic SNAP versioning:
DATE != date +%Y%m%d
-BASE = 7.0
+BASE = 8.0
BUILDNAME?=${BASE}-${DATE}-SNAP
#
#CHROOTDIR=/junk/release
# If this is a -stable snapshot, then set
-#RELEASETAG=RELENG_6
+#RELEASETAG=RELENG_7
#
# To test a release with a source tree containing patches and
# other work. This tree will get copied instead of getting the
OpenPOWER on IntegriCloud