Skip to content

Commit

Permalink
all: update patched version
Browse files Browse the repository at this point in the history
  • Loading branch information
asaezper committed Oct 23, 2023
1 parent f64f18f commit 374200d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
@@ -1,6 +1,9 @@
Change Log for Releases
=======================

## 23.10.1
* Hotfix that updated the number of downlink threads based on the processing delay for default FDD configurations

## 23.10
* Added downlink MIMO (up to 4 layers)
* Added Open Fronthaul (OFH) interface for split 7.2 ORAN radio units (optionally using DPDK)
Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/version.cmake
Expand Up @@ -20,5 +20,5 @@

set(SRSRAN_VERSION_MAJOR 23)
set(SRSRAN_VERSION_MINOR 10)
set(SRSRAN_VERSION_PATCH 0)
set(SRSRAN_VERSION_PATCH 1)
set(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")

0 comments on commit 374200d

Please sign in to comment.