Skip to content

Commit 174c6b0

Browse files
authored
Merge pull request #626 from drowe67/ms-60m-freq-list
Add 5368.5 KHz to default calling frequency list.
2 parents 80a3f2e + 285ffd0 commit 174c6b0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif(APPLE)
4646

4747
# Adds a tag to the end of the version string. Leave empty
4848
# for official release builds.
49-
set(FREEDV_VERSION_TAG "devel")
49+
set(FREEDV_VERSION_TAG "")
5050

5151
# Prevent in-source builds to protect automake/autoconf config.
5252
# If an in-source build is attempted, you will still need to clean up a few

USER_MANUAL.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
912912

913913
# Release Notes
914914

915-
## V1.9.6 TBD 2023
915+
## V1.9.6 December 2023
916916

917917
1. Bugfixes:
918918
* 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
927927
* Add 800XA to multi-RX list. (PR #617)
928928
* Add logic to report status message to FreeDV Reporter. (PR #620)
929929
* Allow display and entry of frequencies in KHz. (PR #621)
930+
* Add 5368.5 KHz to the default frequency list. (PR #626)
930931

931932
## V1.9.5 November 2023
932933

src/config/ReportingConfiguration.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ ReportingConfiguration::ReportingConfiguration()
6060
_("3.8500"),
6161
_("5.4035"),
6262
_("5.3665"),
63+
_("5.3685"),
6364
_("7.1770"),
6465
_("7.1970"),
6566
_("14.2360"),

0 commit comments

Comments
 (0)