Skip to content

Commit 5efdd13

Browse files
committed
doc: update version and changelog
1 parent f4ae700 commit 5efdd13

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

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

4+
## 24.10
5+
- CU/DU split
6+
- RAN slicing
7+
- Compile time selection of split 7 and split 8
8+
- E2 support in the CU
9+
410
## 24.04
511
* Allow multiple cells per gNB
612
* Added Intra-gNB handover

cmake/modules/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
#
2020

2121
set(SRSRAN_VERSION_MAJOR 24)
22-
set(SRSRAN_VERSION_MINOR 04)
22+
set(SRSRAN_VERSION_MINOR 10)
2323
set(SRSRAN_VERSION_PATCH 0)
2424
set(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}")

0 commit comments

Comments
 (0)