Skip to content

Commit

Permalink
Updated versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed May 29, 2022
1 parent a7dc4dc commit 252379d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
sdrangel (7.3.0-1) unstable; urgency=medium

* New Direction Of Arrival with 2 sources MI plugin. Implements #444
* Upgraded codec2 to v1.0.3. Fixes #1256
* FreeDV mod: improved output power
* FreeDV plugins: fixed spanLog2 GUI connection
* Fixed Interferometer and BeamSteeringCW absolute center frequency display
* Fixed Interferometer and BeamSteeringCW MIMO channel plugins
* Fixed Mac build. PR #1257

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Thu, 26 May 2022 03:12:00 +0200

sdrangel (7.2.1-1) unstable; urgency=medium

* AMBE feature: fixed many errors preventing build on Windows and MacOS. Issue #1254
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "2")
set(sdrangel_VERSION_PATCH "1")
set(sdrangel_VERSION_MINOR "3")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

# SDRAngel cmake options
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
sdrangel (7.3.0-1) unstable; urgency=medium

* New Direction Of Arrival with 2 sources MI plugin. Implements #444
* Upgraded codec2 to v1.0.3. Fixes #1256
* FreeDV mod: improved output power
* FreeDV plugins: fixed spanLog2 GUI connection
* Fixed Interferometer and BeamSteeringCW absolute center frequency display
* Fixed Interferometer and BeamSteeringCW MIMO channel plugins
* Fixed Mac build. PR #1257

-- Edouard Griffiths, F4EXB <f4exb06@gmail.com> Sun, 29 May 2022 10:05:21 +0200

sdrangel (7.2.1-1) unstable; urgency=medium

* AMBE feature: fixed many errors preventing build on Windows and MacOS. Issue #1254
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor BeamSteeringCWModPlugin::m_pluginDescriptor = {
BeamSteeringCWMod::m_channelId,
QStringLiteral("BeamSteeringCWMod"),
QStringLiteral("7.0.0"),
QStringLiteral("7.3.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
const PluginDescriptor InterferometerPlugin::m_pluginDescriptor = {
Interferometer::m_channelId,
QStringLiteral("Interferometer"),
QStringLiteral("7.0.0"),
QStringLiteral("7.3.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modfreedv/freedvmodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const PluginDescriptor FreeDVModPlugin::m_pluginDescriptor = {
FreeDVMod::m_channelId,
QStringLiteral("FreeDV Modulator"),
QStringLiteral("7.0.0"),
QStringLiteral("7.3.0"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit 252379d

Please sign in to comment.