Skip to content

Commit

Permalink
Create v4.1.1 release (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot authored May 2, 2023
1 parent cf90caa commit 76f8e02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (RTLSDR-Airband CXX)

set (RTL_AIRBAND_VERSION_MAJOR 4)
set (RTL_AIRBAND_VERSION_MINOR 1)
set (RTL_AIRBAND_VERSION_PATCH 0)
set (RTL_AIRBAND_VERSION_PATCH 1)
set (RTL_AIRBAND_VERSION "${RTL_AIRBAND_VERSION_MAJOR}.${RTL_AIRBAND_VERSION_MINOR}.${RTL_AIRBAND_VERSION_PATCH}")

set (CMAKE_CXX_STANDARD 11)
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# NEWS

Version 4.1.1 (May 1, 2023):

* Changes in this release:
* Fix build issues when using VideoCore GPU, see [#378](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/378)

Version 4.1.0 (April 23, 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.0](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest)** (released April 23, 2023)
**Current stable release: [4.1.1](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest)** (released May 1, 2023)

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

0 comments on commit 76f8e02

Please sign in to comment.