Prepare for v1.9.7 release.

pull/655/head
Mooneer Salem 2024-01-14 23:34:00 -08:00
parent ae2e1da2f5
commit eeb6f03a33
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ endif(APPLE)
# Adds a tag to the end of the version string. Leave empty
# for official release builds.
set(FREEDV_VERSION_TAG "devel")
set(FREEDV_VERSION_TAG "")
# 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

View File

@ -889,7 +889,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
# Release Notes
## V1.9.7 TBD 2024
## V1.9.7 January 2024
1. Bugfixes:
* Use double precision instead of float for loading frequency list. (PR #627)