--- src/sys/conf/newvers.sh 2006/07/17 00:11:59 1.17 +++ src/sys/conf/newvers.sh 2007/01/25 18:57:44 1.18 @@ -53,14 +53,14 @@ BRANCH=${BRANCH%_Slip} # implicitly or explicitly. # if [ "X${BRANCH}" = "X$" ]; then - BRANCH="DEVELOPMENT_1_7" + BRANCH="DEVELOPMENT_1_9" fi if [ "X${BRANCH}" = "XHEAD" ]; then - BRANCH="DEVELOPMENT_1_7" + BRANCH="DEVELOPMENT_1_9" fi if [ "X${BRANCH}" = "XPreview" ]; then - BRANCH="PREVIEW_1_7" - SHORTTAG="DEVELOPMENT_1_7" + BRANCH="PREVIEW_1_9" + SHORTTAG="DEVELOPMENT_1_9" fi # This case occurs if the $Name: $ field has not been expanded.