Skip to content

Commit

Permalink
Add PR #390 to changelog and prepare for 1.8.10 test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed May 14, 2023
1 parent bee7df1 commit 166d566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endif()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "Minimum OS X deployment version")

set(PROJECT_NAME FreeDV)
set(PROJECT_VERSION 1.8.9)
set(PROJECT_VERSION 1.8.10)
set(PROJECT_DESCRIPTION "HF Digital Voice for Radio Amateurs")
set(PROJECT_HOMEPAGE_URL "https://freedv.org")

Expand All @@ -42,7 +42,7 @@ endif(APPLE)

# Adds a tag to the end of the version string. Leave empty
# for official release builds.
set(FREEDV_VERSION_TAG "")
set(FREEDV_VERSION_TAG "devel")

# Prevent in-source builds to protect automake/autoconf config.
# If an in-source build is attempted, you will still need to clean up a few
Expand Down
3 changes: 2 additions & 1 deletion USER_MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes

# Release Notes

## TBD TBD 2023
## V1.8.10 TBD 2023

1. Build system:
* Minimum required Codec2 version bumped up to 1.1.0. (PR #383)
Expand All @@ -859,6 +859,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
* Fix various misspellings in codebase. (PR #392)
3. Enhancements:
* Add last received SNR to callsign list. (PR #389, #391)
* Add support for FreeDV Reporter web-based tool. (PR #390)

## V1.8.9 April 2023

Expand Down

0 comments on commit 166d566

Please sign in to comment.