You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
279 B

--- a/tools/version.sh
+++ b/tools/version.sh
@@ -7,6 +7,4 @@ if test -s debian/changelog ; then
exit
fi
-test -d .git || exit
-# git describe --tags
-git log --format=format:%D | perl -ne 'next unless s#.*tag: ##; s#,.*##; next if m#/#; print; exit;'
+echo -n "0.14.51"