mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
Fix the missing version bump in the upstream source code to display the correct version 5.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
12 lines
266 B
Diff
12 lines
266 B
Diff
--- a/version-gen.sh
|
|
+++ b/version-gen.sh
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
|
|
-DEFAULT_VERSION="5.9.0.git"
|
|
+DEFAULT_VERSION="5.9.2"
|
|
|
|
if [ -d .git ]; then
|
|
VERSION="`git describe --dirty=+ --abbrev=7 2> /dev/null | grep collectd | sed -e 's/^collectd-//' -e 's/-/./g'`"
|
|
|