diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2023-10-17 10:04:57 +0100 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-10-17 10:04:57 +0100 |
commit | 28981a527dbca158e0c199a0c755c1516f5f349c (patch) | |
tree | f40fb72d5f16490c109aacba9f403333f7441938 /airspyhf | |
parent | f6b6bf250ab979f6d9d1fffb95c3fa503aad44df (diff) | |
download | pyairspyhf-master.tar.gz pyairspyhf-master.zip |
Diffstat (limited to 'airspyhf')
-rw-r--r-- | airspyhf/libairspyhf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/airspyhf/libairspyhf.py b/airspyhf/libairspyhf.py index c279b34..8918978 100644 --- a/airspyhf/libairspyhf.py +++ b/airspyhf/libairspyhf.py @@ -89,7 +89,7 @@ if (p.major_version==1) and (p.minor_version==6) and (p.revision==8): print("Set libairspyhf version 1.6.8") else: CURRENT_VERSION = VERSION_171 - print("Set libairspyhf version 1.7.1 (Actual version (%d,%d,%d)"%(p.major_version,p.minor_version,p.revision)) + print("Set libairspyhf version 1.7.1 (Actual version (%d.%d.%d)"%(p.major_version,p.minor_version,p.revision)) #int ADDCALL airspyhf_list_devices(uint64_t *serials, int count); |