mirror of
https://github.com/charlie-foxtrot/RTLSDR-Airband.git
synced 2026-03-02 05:01:00 +01:00
Create v4.1.1 release (#380)
This commit is contained in:
parent
cf90caaf51
commit
76f8e02196
@ -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)
|
||||
|
||||
5
NEWS.md
5
NEWS.md
@ -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:
|
||||
|
||||
@ -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`|
|
||||
|:---:|:---:|
|
||||
|
||||
Loading…
Reference in New Issue
Block a user