From c80a7cd238808875211d82d4b00b7dd418070388 Mon Sep 17 00:00:00 2001 From: kensmith Date: Thu, 11 Oct 2007 04:28:08 +0000 Subject: To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT. Approved by: re (implicit) --- release/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'release') 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 -- cgit v1.1