mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
10 lines
241 B
Diff
10 lines
241 B
Diff
--- 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"
|