WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a078836

Browse files
committed
Version 20250714-0
1 parent 8974493 commit a078836

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following Git repository is required:
1616

1717
## Platforms tested
1818

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

@@ -39,6 +39,7 @@ Intel Mac hardware is no longer supported by airspy-fmradion, although the autho
3939

4040
## Changes (including requirement changes)
4141

42+
* 20250714-0: no major functionality changes from 20241208-0.
4243
* 20241208-0: [Use {fmt} as the output library.](https://github.com/jj1bdx/airspy-fmradion/pull/83)
4344
* {fmt} 11.0.2 or later is required.
4445
* 20240424-0: Made the following changes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# airspy-fmradion
44

5-
* Version 20241208-0
5+
* Version 20250714-0
66
* For macOS (Apple Silicon) and Linux
77

88
## Contributing

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// define this for enabling coefficient monitor functions
5050
// #undef COEFF_MONITOR
5151

52-
#define AIRSPY_FMRADION_VERSION "20241208-0"
52+
#define AIRSPY_FMRADION_VERSION "20250714-0"
5353

5454
// Flag to set graceful termination
5555
// in process_signals()

0 commit comments

Comments
 (0)