diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-04 11:07:17 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2024-12-04 11:07:17 +0000 |
commit | abbe14bebb2935b017b980e6fc2bfc5e94052049 (patch) | |
tree | f762cf4b77463a01250d96be7977e3d6e2f1dcb8 /Utils/Version.swift | |
parent | 23fc08c8798d7c325a72fbee4175813efe4fe70f (diff) | |
download | PrySDR-abbe14bebb2935b017b980e6fc2bfc5e94052049.tar.gz PrySDR-abbe14bebb2935b017b980e6fc2bfc5e94052049.zip |
AirSpyHFIQ: read samples from airspyhf and dump those to fc32 file
Diffstat (limited to 'Utils/Version.swift')
-rw-r--r-- | Utils/Version.swift | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Utils/Version.swift b/Utils/Version.swift new file mode 100644 index 0000000..740b861 --- /dev/null +++ b/Utils/Version.swift @@ -0,0 +1,8 @@ +// +// Version.swift +// PrySDR +// +// Created by Jacky Jack on 02/12/2024. +// + +public let software_version = "2024.12" |