Skip to content

Commit

Permalink
Version 20241208-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Dec 8, 2024
1 parent a653bbe commit bd3ce4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following Git repository is required:

## Platforms tested

* Mac mini 2023 Apple Silicon (M2 Pro), macOS 15.1, Apple clang version 16.0.0 (clang-1600.0.26.4)
* Mac mini 2023 Apple Silicon (M2 Pro), macOS 15.1.1, Apple clang version 16.0.0 (clang-1600.0.26.4)
* Ubuntu 24.04 LTS x86\_64, gcc 14.2.0
* Raspberry Pi 5 with Raspberry Pi OS 64bit Lite (Debian Bookworm)

Expand All @@ -39,6 +39,8 @@ Intel Mac hardware is no longer supported by airspy-fmradion, although the autho

## Changes (including requirement changes)

* 20241208-0: [Use {fmt} as the output library.](https://github.com/jj1bdx/airspy-fmradion/pull/83)
* {fmt} 11.0.2 or later is required.
* 20240424-0: Made the following changes:
* [Add libairspyhf latest version document.](https://github.com/jj1bdx/airspy-fmradion/pull/80)
* Airspy HF+ Firmware R3.0.7 and R4.0.8 both work OK on libairspyhf 1.6.8.
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 @@

# airspy-fmradion

* Version 20240424-0
* Version 20241208-0
* For macOS (Apple Silicon) and Linux

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// define this for enabling coefficient monitor functions
// #undef COEFF_MONITOR

#define AIRSPY_FMRADION_VERSION "20240424-0"
#define AIRSPY_FMRADION_VERSION "20241208-0"

// Flag to set graceful termination
// in process_signals()
Expand Down

0 comments on commit bd3ce4c

Please sign in to comment.