File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ endif(APPLE)
46
46
47
47
# Adds a tag to the end of the version string. Leave empty
48
48
# for official release builds.
49
- set (FREEDV_VERSION_TAG "devel " )
49
+ set (FREEDV_VERSION_TAG "" )
50
50
51
51
# Prevent in-source builds to protect automake/autoconf config.
52
52
# If an in-source build is attempted, you will still need to clean up a few
Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
912
912
913
913
# Release Notes
914
914
915
- ## V1.9.6 TBD 2023
915
+ ## V1.9.6 December 2023
916
916
917
917
1 . Bugfixes:
918
918
* Use SetSize/GetSize instead of SetClientSize/GetClientSize to work around startup sizing issue. (PR #611 )
@@ -927,6 +927,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
927
927
* Add 800XA to multi-RX list. (PR #617 )
928
928
* Add logic to report status message to FreeDV Reporter. (PR #620 )
929
929
* Allow display and entry of frequencies in KHz. (PR #621 )
930
+ * Add 5368.5 KHz to the default frequency list. (PR #626 )
930
931
931
932
## V1.9.5 November 2023
932
933
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ ReportingConfiguration::ReportingConfiguration()
60
60
_ (" 3.8500" ),
61
61
_ (" 5.4035" ),
62
62
_ (" 5.3665" ),
63
+ _ (" 5.3685" ),
63
64
_ (" 7.1770" ),
64
65
_ (" 7.1970" ),
65
66
_ (" 14.2360" ),
You can’t perform that action at this time.
0 commit comments