diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2013-09-11 00:42:50 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2013-09-11 00:42:50 +0000 |
| commit | b4b943f46f135efa53a246a4a2d7eda6d83d4e1a (patch) | |
| tree | 5bbb6e56b3ddb60733780eecc96fb185e829fed6 | |
| parent | 6d9936ffafbc75df7b91f4ddcb845d36b19cfd06 (diff) | |
Notes
| -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 c605b02b24940..268f3af040041 100644 --- a/release/Makefile.sysinstall +++ b/release/Makefile.sysinstall @@ -24,7 +24,7 @@ # Set these, release builder! # # Fixed version: -#BUILDNAME=9.2-RC3 +#BUILDNAME=9.2-RC4 # # Automatic SNAP versioning: DATE != date +%Y%m%d diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 944b731650272..8eba0b45ea756 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="9.2" -BRANCH="RC3-p1" +BRANCH="RC4" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
