diff --git a/build_tools/make_version b/build_tools/make_version index 6d88cff..28af581 100755 --- a/build_tools/make_version +++ b/build_tools/make_version @@ -31,18 +31,18 @@ elif [ -d .svn ]; then if [ ${BRANCH} != 0 ] ; then if [ -z ${RESULT} ] ; then - RESULT="2${PART}" + RESULT="${PART}" else - RESULT="3${RESULT}-${PART}" + RESULT="${RESULT}-${PART}" fi break fi if [ ${TEAM} != 0 ] ; then if [ -z ${RESULT} ] ; then - RESULT="4${PART}" + RESULT="${PART}" else - RESULT="5${RESULT}-${PART}" + RESULT="${RESULT}-${PART}" fi continue fi @@ -64,8 +64,6 @@ elif [ -d .svn ]; then fi done - RESULT="libpri" - if [ ${TAG} != 0 ] ; then echo ${RESULT} else