Files
packages/net/knxd/patches/0100-version.patch
Othmar Truniger b2146d5952 knxd: bump to version 0.14.75
new upstream version 0.14.75
remove obsolete patch 0110-configure.ac.patch

Signed-off-by: Othmar Truniger <github@truniger.ch>
2026-01-18 07:34:15 +02:00

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"