diff --git a/CMakeLists.txt b/CMakeLists.txt index bcff877..80bf697 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,8 @@ cmake_minimum_required (VERSION 3.1) project (RTLSDR-Airband CXX) set (RTL_AIRBAND_VERSION_MAJOR 4) -set (RTL_AIRBAND_VERSION_MINOR 1) -set (RTL_AIRBAND_VERSION_PATCH 1) +set (RTL_AIRBAND_VERSION_MINOR 2) +set (RTL_AIRBAND_VERSION_PATCH 0) set (RTL_AIRBAND_VERSION "${RTL_AIRBAND_VERSION_MAJOR}.${RTL_AIRBAND_VERSION_MINOR}.${RTL_AIRBAND_VERSION_PATCH}") set (CMAKE_CXX_STANDARD 11) diff --git a/NEWS.md b/NEWS.md index 984a741..373a523 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # NEWS +Version 4.2.0 (Oct 13, 2023): + +* Changes in this release: + * Add support for building with libshout v2.4.6, see [#382](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/382) and [#422](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/422) + * Add error checking for lowpass <= highpass, see [#399](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/399) and [#412](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/412) + * Remove limit on count of mixer inputs (thanks @cdknox), see [#408](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/408) + * Add `dated_subdirectories` config option for output files (thanks, @marcin-osowski), see [#413](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/413) + Version 4.1.1 (May 1, 2023): * Changes in this release: diff --git a/README.md b/README.md index cfa49e5..c7c501d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **NOTE: Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342) for info** -**Current stable release: [4.1.1](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest)** (released May 1, 2023) +**Current stable release: [4.2.0](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest)** (released Oct 13, 2023) |`main`|`unstable`| |:---:|:---:|