diff --git a/CMakeLists.txt b/CMakeLists.txt index d3a9049..bcff877 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/NEWS.md b/NEWS.md index 6fb4517..984a741 100644 --- a/NEWS.md +++ b/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: diff --git a/README.md b/README.md index cc29e03..cfa49e5 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.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`| |:---:|:---:|