File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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.
6060if (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)
6767endif (NOT DEFINED FREEDV_VERSION_TAG)
6868
6969# Prevent in-source builds to protect automake/autoconf config.
Original file line number Diff line number Diff 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
8418411 . Bugfixes:
842842 * Reduce latency when going between TX->RX with Hamlib configured. (PR #893 )
You can’t perform that action at this time.
0 commit comments