Skip to content

Commit

Permalink
Merge pull request #1701 from DSheirer/1644-sdrplay-api-3-12
Browse files Browse the repository at this point in the history
#1644 SDRPlay API Version 3.12 For Mac OSX
  • Loading branch information
DSheirer authored Nov 5, 2023
2 parents 09c8723 + 2440f57 commit 218dc94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public enum Version
V3_08(3.08f, true),
V3_09(3.09f, true),
V3_10(3.10f, true),
V3_11(3.11f, true);
V3_11(3.11f, true),
V3_12(3.12f, true);

private float mValue;
private boolean mSupported;
Expand Down

0 comments on commit 218dc94

Please sign in to comment.