1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-03 22:45:05 -04:00

Release 7.24.0

This commit is contained in:
f4exb
2026-03-28 19:22:50 +01:00
parent c610864087
commit 0e13bbab85
14 changed files with 25 additions and 13 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ for plugin in $PLUGINS
do
FILE=$(find $BASEDIR/plugins/$plugin -name "*plugin.cpp")
echo $FILE
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.23\.2\"\)/" $FILE
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.24\.0\"\)/" $FILE
done