aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/make_version
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/make_version')
-rwxr-xr-xbuild_tools/make_version6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_tools/make_version b/build_tools/make_version
index c69560a95..e55727f40 100755
--- a/build_tools/make_version
+++ b/build_tools/make_version
@@ -22,6 +22,12 @@ elif [ -d .svn ]; then
do
if [ ${TAG} != 0 ]
then
+ if [ "${PART}" = "autotag_for_be" ] ; then
+ continue
+ fi
+ if [ "${PART}" = "autotag_for_sx00i" ] ; then
+ continue
+ fi
RESULT="${PART}"
break
fi