1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-13 19:28:41 -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
+6
View File
@@ -1,3 +1,9 @@
sdrangel (7.26.0-1) unstable; urgency=medium
* See Github release
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Tue, 02 Jun 2026 19:30:36 +0200
sdrangel (7.25.1-1) unstable; urgency=medium
* See Github release
+6
View File
@@ -1,3 +1,9 @@
sdrangel (7.25.1-1) unstable; urgency=medium
* See Github release
-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Mon, 05 May 2026 06:06:14 +0200
sdrangel (7.25.1-1) unstable; urgency=medium
* See Github release
+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
@@ -31,7 +31,7 @@
const PluginDescriptor FreqDisplayPlugin::m_pluginDescriptor = {
FreqDisplay::m_featureId,
QStringLiteral("Frequency Display"),
QStringLiteral("7.25.0"),
QStringLiteral("7.26 .0"),
QStringLiteral("(c) Jon Beniston, M7RCE"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
+1 -1
View File
@@ -32,7 +32,7 @@
const PluginDescriptor FOBOSPlugin::m_pluginDescriptor = {
QStringLiteral("FOBOS"),
QStringLiteral("Fobos SDR input"),
QStringLiteral("7.25.0"),
QStringLiteral("7.26.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,