blob: 419e15440eccf468aefb7aca9a3c55d9cecdb16d (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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"
|