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 Sep 10, 2022
1 parent cf7d2b8 commit ed754fd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
sdrangel (7.6.4-1) unstable; urgency=medium

* M17: fixed build for Windows so now available in Windows. PR #1404
* Use grey text for disabled widgets. PR #1402
* Stack workspace: Use full width for spectrum when no channels. PR #1403
* Fix c++17 compilation with MSVC. PR #1405

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 10 Sep 2022 19:12:31 +0200

sdrangel (7.6.3-1) unstable; urgency=medium

* NFM modulator: try to improve audio input
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# configure version
set(sdrangel_VERSION_MAJOR "7")
set(sdrangel_VERSION_MINOR "6")
set(sdrangel_VERSION_PATCH "3")
set(sdrangel_VERSION_PATCH "4")
set(sdrangel_VERSION_SUFFIX "")

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

* M17: fixed build for Windows so now available in Windows. PR #1404
* Use grey text for disabled widgets. PR #1402
* Stack workspace: Use full width for spectrum when no channels. PR #1403
* Fix c++17 compilation with MSVC. PR #1405

-- Edouard Griffiths, F4EXB <[email protected]> Sat, 10 Sep 2022 19:12:31 +0200

sdrangel (7.6.3-1) unstable; urgency=medium

* NFM modulator: try to improve audio input
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodm17/m17demodplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
const PluginDescriptor M17DemodPlugin::m_pluginDescriptor = {
M17Demod::m_channelId,
QStringLiteral("M17 Demodulator"),
QStringLiteral("7.6.1"),
QStringLiteral("7.6.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/channeltx/modm17/m17modplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
const PluginDescriptor M17ModPlugin::m_pluginDescriptor = {
M17Mod::m_channelId,
QStringLiteral("M17 Modulator"),
QStringLiteral("7.6.2"),
QStringLiteral("7.6.4"),
QStringLiteral("(c) Edouard Griffiths, F4EXB"),
QStringLiteral("https://github.com/f4exb/sdrangel"),
true,
Expand Down

0 comments on commit ed754fd

Please sign in to comment.