diff --git a/CHANGELOG b/CHANGELOG index aa38126ff..9803c5dc1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +sdrangel (5.7.8-1) unstable; urgency=medium + + * GLScope: added markers feature. Implements #497 + * GLSpectrum: enhancements and fixes to the markers feature + + -- Edouard Griffiths, F4EXB Mon, 06 Jul 2020 06:10:56 +0200 + sdrangel (5.7.7-1) unstable; urgency=medium * GLSpectrum: added markers feature. Implements #557 diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e9390789..41d8dc5bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "5") set(sdrangel_VERSION_MINOR "7") -set(sdrangel_VERSION_PATCH "7") +set(sdrangel_VERSION_PATCH "8") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index e16bf5fcf..a13ebf0da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sdrangel (5.7.8-1) unstable; urgency=medium + + * GLScope: added markers feature. Implements #497 + * GLSpectrum: enhancements and fixes to the markers feature + + -- Edouard Griffiths, F4EXB Mon, 06 Jul 2020 06:10:56 +0200 + sdrangel (5.7.7-1) unstable; urgency=medium * GLSpectrum: added markers feature. Implements #557