diff options
| -rw-r--r-- | release/Makefile.sysinstall | 2 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile.sysinstall b/release/Makefile.sysinstall index 268f3af04004..e892cb2728f2 100644 --- a/release/Makefile.sysinstall +++ b/release/Makefile.sysinstall @@ -24,7 +24,7 @@ # Set these, release builder! # # Fixed version: -#BUILDNAME=9.2-RC4 +#BUILDNAME=9.2-RELEASE # # Automatic SNAP versioning: DATE != date +%Y%m%d diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 8eba0b45ea75..ed3e4d4a9a4c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.2" -BRANCH="RC4" +BRANCH="RELEASE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
