Skip to content

Commit

Permalink
Create v4.2.0 release (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot authored Oct 14, 2023
1 parent c0795df commit 872ebb7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

This comment has been minimized.

Copy link
@R1ch1e-Lee

R1ch1e-Lee Oct 19, 2023

where is 4.2.0? cannot locate installation files

This comment has been minimized.


|`main`|`unstable`|
|:---:|:---:|
Expand Down

0 comments on commit 872ebb7

Please sign in to comment.