diff --git a/CHANGES.md b/CHANGES.md index 1c9e2b5..0c74bd9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -38,7 +38,7 @@ Intel Mac hardware is no longer supported by airspy-fmradion, although the autho ## Changes (including requirement changes) -* 202403-to-be-released: Made the following changes: +* 20240316-0: Made the following changes: * Raspberry Pi 4 with Raspberry Pi OS 64bit lite is now officially tested. * *Note well: Raspberry Pi OS 32bit is not supported*. * [`-A` AFC option is removed.](https://github.com/jj1bdx/airspy-fmradion/pull/70) diff --git a/README.md b/README.md index 0d32b57..d02d64d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # airspy-fmradion -* Version 20240107-0 +* Version 20240316-0 * For macOS (Apple Silicon) and Linux ## Contributing diff --git a/main.cpp b/main.cpp index c9b4326..1083775 100644 --- a/main.cpp +++ b/main.cpp @@ -48,7 +48,7 @@ // define this for enabling coefficient monitor functions // #undef COEFF_MONITOR -#define AIRSPY_FMRADION_VERSION "20240107-0" +#define AIRSPY_FMRADION_VERSION "20240316-0" // Flag to set graceful termination // in process_signals()