Skip to content

Commit 374200d

Browse files
committed
all: update patched version
1 parent f64f18f commit 374200d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Change Log for Releases
22
=======================
33

4+
## 23.10.1
5+
* Hotfix that updated the number of downlink threads based on the processing delay for default FDD configurations
6+
47
## 23.10
58
* Added downlink MIMO (up to 4 layers)
69
* Added Open Fronthaul (OFH) interface for split 7.2 ORAN radio units (optionally using DPDK)

cmake/modules/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
set(SRSRAN_VERSION_MAJOR 23)
2222
set(SRSRAN_VERSION_MINOR 10)
23-
set(SRSRAN_VERSION_PATCH 0)
23+
set(SRSRAN_VERSION_PATCH 1)
2424
set(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")

0 commit comments

Comments
 (0)