diff options
author | kensmith <kensmith@FreeBSD.org> | 2005-07-11 15:50:29 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2005-07-11 15:50:29 +0000 |
commit | 2797073b67772c84b2d503d62c18b60ef24142e5 (patch) | |
tree | 02039a5f34a3f4a65cc47c2b29258236a1b11908 /release | |
parent | 7ed3ea01dbc5f1463d886cebd0e77fdf601082b3 (diff) | |
download | FreeBSD-src-2797073b67772c84b2d503d62c18b60ef24142e5.zip FreeBSD-src-2797073b67772c84b2d503d62c18b60ef24142e5.tar.gz |
Adjust for HEAD being 7.0 now.
Approved by: re (implicit)
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index 31c90fd..85cbd1b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -18,16 +18,16 @@ # Set these, release builder! # # Fixed version: -#BUILDNAME=6.0-CURRENT +#BUILDNAME=7.0-CURRENT # # Automatic SNAP versioning: DATE != date +%Y%m%d -BASE = 6.0 +BASE = 7.0 BUILDNAME?=${BASE}-${DATE}-SNAP # #CHROOTDIR=/junk/release # If this is a -stable snapshot, then set -#RELEASETAG=RELENG_4 +#RELEASETAG=RELENG_6 # # To test a release with a source tree containing patches and # other work. This tree will get copied instead of getting the |