mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
new upstream version 0.14.75 remove obsolete patch 0110-configure.ac.patch Signed-off-by: Othmar Truniger <github@truniger.ch>
11 lines
285 B
Diff
11 lines
285 B
Diff
--- a/tools/version.sh
|
|
+++ b/tools/version.sh
|
|
@@ -7,6 +7,4 @@ if test -s debian/changelog && which dpk
|
|
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.75"
|