--- src/sys/conf/newvers.sh 2005/12/23 19:10:52 1.16 +++ src/sys/conf/newvers.sh 2006/07/17 00:11:59 1.17 @@ -53,14 +53,14 @@ BRANCH=${BRANCH%_Slip} # implicitly or explicitly. # if [ "X${BRANCH}" = "X$" ]; then - BRANCH="DEVELOPMENT_1_5" + BRANCH="DEVELOPMENT_1_7" fi if [ "X${BRANCH}" = "XHEAD" ]; then - BRANCH="DEVELOPMENT_1_5" + BRANCH="DEVELOPMENT_1_7" fi if [ "X${BRANCH}" = "XPreview" ]; then - BRANCH="PREVIEW_1_5" - SHORTTAG="DEVELOPMENT_1_5" + BRANCH="PREVIEW_1_7" + SHORTTAG="DEVELOPMENT_1_7" fi # This case occurs if the $Name: $ field has not been expanded.