From 558c7e3d61e739abd0e1c83c658a43a600a2d8fc Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Sat, 8 Jun 2024 08:45:11 -0700 Subject: [PATCH] Release 1.9.9.2. --- CMakeLists.txt | 2 +- USER_MANUAL.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc1dddaa..f44154f47 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.9.1) +set(PROJECT_VERSION 1.9.9.2) set(PROJECT_DESCRIPTION "HF Digital Voice for Radio Amateurs") set(PROJECT_HOMEPAGE_URL "https://freedv.org") diff --git a/USER_MANUAL.md b/USER_MANUAL.md index 7430a96b3..110d5d604 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -889,7 +889,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes # Release Notes -## TBD TBD 2024 +## V1.9.9.2 June 2024 1. Bugfixes: * Remove TX attenuation and squelch tooltips. (PR #717)