1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-15 15:24:14 -04:00

Release v7.27.0

This commit is contained in:
f4exb
2026-07-04 09:55:26 +02:00
parent 728a2ac444
commit 0bb7a1e600
8 changed files with 19 additions and 7 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\.26\.0\"\)/" $FILE
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.27\.0\"\)/" $FILE
done