From 0288c6e72f93381f50ffe2d3360ed4799fa7b31c Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Tue, 16 Jan 2024 00:24:28 -0800 Subject: [PATCH] Add PR #656 to changelog. --- CMakeLists.txt | 4 ++-- USER_MANUAL.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b4933d2..6f927c93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.9.7) +set(PROJECT_VERSION 1.9.7.1) set(PROJECT_DESCRIPTION "HF Digital Voice for Radio Amateurs") set(PROJECT_HOMEPAGE_URL "https://freedv.org") @@ -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 "") +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 diff --git a/USER_MANUAL.md b/USER_MANUAL.md index d22e31ab..e506d4a9 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -889,6 +889,11 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes # Release Notes +## V1.9.7.1 January 2024 + +1. Bugfixes: + * Fix issue causing intermittent crashes when filters are enabled while running. (PR #656) + ## V1.9.7 January 2024 1. Bugfixes: