diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-11-02 02:00:46 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-11-02 02:00:46 +0000 |
| commit | da2cd746e74e388f20d6c9a622d961c105e414ad (patch) | |
| tree | ae428db7d0736157275a9a32374931aabe39fb2e | |
| parent | 52b835344da146f7638c8041777d04249811d56a (diff) | |
Notes
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 794c0d86cb14..201e4ecd6e2d 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="6.0" -BRANCH="RC1" +BRANCH="RELEASE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
