diff --git a/Building/Linux/mkOSDistDeb.xx b/Building/Linux/mkOSDistDeb.xx index d90eca48..95f1ada7 100755 --- a/Building/Linux/mkOSDistDeb.xx +++ b/Building/Linux/mkOSDistDeb.xx @@ -47,7 +47,7 @@ if [[ ${VERSION} == *-* ]]; then if [[ ${PRERELEASE} == *rc* ]]; then RC=1 fi - VERSION="${VERSION}~${PRERELEASE}" + VERSION="${VERSION}-${PRERELEASE}" fi GIT_REVISION=`awk '/#define GIT_REVISION / { gsub(/"/, "", $3); print $3 }' ${SRC}/git_info.h` echo Version: ${VERSION}