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

Release 7.25.0

This commit is contained in:
f4exb
2026-05-04 06:00:17 +02:00
parent 69c6929fb0
commit ef4357f26b
136 changed files with 146 additions and 134 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\.24\.0\"\)/" $FILE
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.25\.0\"\)/" $FILE
done