Skip to content

Commit 9591c93

Browse files
committed
Prepare branch for 3.12.0.0 release
- Updated version string - Updated CHANGELOG
1 parent 4b75fcb commit 9591c93

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Change Log for Releases
66
includes fan, fix issue with 1GigE, switch to 2 radio blocks
77
with 2 channels each, upgrade TDC to version 2.0
88
* X300: Enable BasicRX to use A/B/AB/BA muxing setups, more consistent
9-
logging
9+
logging, fix enumeration issue with TwinRX
1010
* USRP2/N2x0: Re-add ability to modulate in the DAC, improve ISE
1111
settings to better meet timing
1212
* B205mini: Fix global reset, improve timing in b205_ref_pll
1313
* UHD: Remove a lot of Boost usage, mostly replaced by C++11 features,
1414
more unit tests, fix Boost 1.67 compatibility, fix compiler
15-
warnings, add API to query clock rate range,
15+
warnings, add API to query clock rate range, fix get_usrp_?x_info
1616
* MPM: Refactored N3xx code, moved C++ standard to 14, refactor
1717
Boost.Python bindings, use CMake variable MPM_DEVICE
1818
* Logging: Allow disabling fastpath msgs at runtime
1919
* Docs: Clarified meaning of DSP frequencies, improved manual
2020
section on synchronization, added some known issues to B100,
21-
USRP2, and USRP1
21+
USRP2, and USRP1, update test test procedure description
2222
* Examples: Improved benchmark_rate (added failure thresholds, fixed
2323
incorrect calculation of samples on drops, fixed timeout values),
2424
minor fixes to txrx_loopback_to_file
@@ -27,6 +27,7 @@ Change Log for Releases
2727
* RFNoC: DDCs/DUCs use DDSes instead of CORDIC, add DMA-based replay
2828
block in FPGA, add 64-bit support to axi_wrapper, add compat
2929
number to radio block,
30+
* Debian: Fix rules file, fix Changelog format
3031
* Fix license headers
3132
* This release includes all bugfixes and features from previous
3233
releases, in particular, the 3.11.* release cycle

host/cmake/Modules/UHDVersion.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ FIND_PACKAGE(Git QUIET)
2020
SET(UHD_VERSION_MAJOR 3)
2121
SET(UHD_VERSION_API 12)
2222
SET(UHD_VERSION_ABI 0)
23-
SET(UHD_VERSION_PATCH git)
24-
SET(UHD_VERSION_DEVEL TRUE)
23+
SET(UHD_VERSION_PATCH 0)
24+
SET(UHD_VERSION_DEVEL FALSE)
2525

2626
########################################################################
2727
# If we're on a development branch, we skip the patch version

0 commit comments

Comments
 (0)