1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Release v7.26.0

This commit is contained in:
f4exb
2026-06-02 21:37:05 +02:00
parent cd545b0341
commit 7e37ca68a2
5 changed files with 15 additions and 3 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\.25\.0\"\)/" $FILE
sed -i -E "s/QStringLiteral\(\"7\.(.*)\"\)/QStringLiteral\(\"7\.26\.0\"\)/" $FILE
done