0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-15 03:04:48 +00:00
Files
packages/net/knxd/patches/0100-version.patch
Othmar Truniger 68a0a8d6a4 knxd: bump to new version 0.14.71
Signed-off-by: Othmar Truniger <github@truniger.ch>
2024-12-25 09:16:40 +02:00

11 lines
279 B
Diff

--- 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.71"