diff options
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index 90eccd252c3b..73f36a1c1f79 100644 --- a/release/Makefile +++ b/release/Makefile @@ -18,7 +18,7 @@ # Set these, release builder! # # Fixed version: -#BUILDNAME=7.0-CURRENT +#BUILDNAME=7.0-STABLE # # Automatic SNAP versioning: DATE != date +%Y%m%d @@ -27,7 +27,7 @@ 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 |
