--- a/tools/version.sh
|
|
+++ b/tools/version.sh
|
|
@@ -1,5 +1,3 @@
|
|
#!/bin/sh
|
|
|
|
-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.50"
|