Skip to content

Commit

Permalink
Updated version and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Jan 9, 2022
1 parent 98b305f commit ebd5216
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
sdrangel (6.18.0-1) unstable; urgency=medium

* New Jogdial Control feature. Implements #1088
* RollupWidget: make rollup state a Serializable object. Prerequisite to #1050

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 09 Jan 2022 09:42:30 +0100

sdrangel (6.17.7-1) unstable; urgency=medium

* Simple PTT feature: added vox control. Implements #1002
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 "6")
set(sdrangel_VERSION_MINOR "17")
set(sdrangel_VERSION_PATCH "7")
set(sdrangel_VERSION_MINOR "18")
set(sdrangel_VERSION_PATCH "0")
set(sdrangel_VERSION_SUFFIX "")

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

* New Jogdial Control feature. Implements #1088
* RollupWidget: make rollup state a Serializable object. Prerequisite to #1050

-- Edouard Griffiths, F4EXB <[email protected]> Sun, 09 Jan 2022 09:42:30 +0100

sdrangel (6.17.7-1) unstable; urgency=medium

* Simple PTT feature: added vox control. Implements #1002
Expand Down
4 changes: 2 additions & 2 deletions plugins/channelrx/radioclock/radioclocksettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

RadioClockSettings::RadioClockSettings() :
m_channelMarker(nullptr),
m_rollupState(nullptr),
m_scopeGUI(nullptr)
m_scopeGUI(nullptr),
m_rollupState(nullptr)
{
resetToDefaults();
}
Expand Down

0 comments on commit ebd5216

Please sign in to comment.