Skip to content

Commit 791c1a1

Browse files
authored
Update manual and CMake for 2.0.1 release. (#976)
1 parent 1fd3e5c commit 791c1a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ endif(NOT DEFINED LINUX)
5858
# Adds a tag to the end of the version string. Leave empty
5959
# for official release builds.
6060
if(NOT DEFINED FREEDV_VERSION_TAG)
61-
set(FREEDV_VERSION_TAG "dev")
61+
set(FREEDV_VERSION_TAG "")
6262

6363
# Uncomment the below definition to cause the build to expire
6464
# six months from the day it was built. This should be commented
6565
# for official releases.
66-
add_definitions(-DUNOFFICIAL_RELEASE)
66+
#add_definitions(-DUNOFFICIAL_RELEASE)
6767
endif(NOT DEFINED FREEDV_VERSION_TAG)
6868

6969
# Prevent in-source builds to protect automake/autoconf config.

USER_MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
836836

837837
# Release Notes
838838

839-
## V2.0.1 TBD 2025
839+
## V2.0.1 July 2025
840840

841841
1. Bugfixes:
842842
* Reduce latency when going between TX->RX with Hamlib configured. (PR #893)

0 commit comments

Comments
 (0)