diff --git a/helpers/config b/helpers/config
index 26d9b146f581ed37b073655bd7e7d748307a9e99..6f763ea7be2c1626c32d06536764d03e9d75515d 100755
--- a/helpers/config
+++ b/helpers/config
@@ -168,11 +168,11 @@ find -maxdepth 1 -type f | xargs rm
 cd source
 
 UPSTREAMVERSION=$(dpkg-parsechangelog --show-field Version)
-if echo $UPSTREAMVERSION | grep -q '-'; then
+#if echo $UPSTREAMVERSION | grep -q '-'; then
     export FULLVERSION=$(dpkg-parsechangelog --show-field Version)+${REVISION}trisquel${VERSION}
-else
-    export FULLVERSION=$(dpkg-parsechangelog --show-field Version)-${REVISION}trisquel${VERSION}
-fi
+#else
+#    export FULLVERSION=$(dpkg-parsechangelog --show-field Version)-${REVISION}trisquel${VERSION}
+#fi
 
 # Use 3.0 (native) deb source format
 [ -f debian/source/format ] && echo "3 (native)" > debian/source/format