From 5efdd13371f1676783b325b77d22105060b1fdd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfredo=20S=C3=A1ez?= Date: Mon, 14 Oct 2024 15:00:17 +0200 Subject: [PATCH] doc: update version and changelog --- CHANGELOG | 6 ++++++ cmake/modules/version.cmake | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f56784d21f..8e039793ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,12 @@ Change Log for Releases ======================= +## 24.10 +- CU/DU split +- RAN slicing +- Compile time selection of split 7 and split 8 +- E2 support in the CU + ## 24.04 * Allow multiple cells per gNB * Added Intra-gNB handover diff --git a/cmake/modules/version.cmake b/cmake/modules/version.cmake index d98da1ee13..6c4d61f6cd 100644 --- a/cmake/modules/version.cmake +++ b/cmake/modules/version.cmake @@ -19,6 +19,6 @@ # set(SRSRAN_VERSION_MAJOR 24) -set(SRSRAN_VERSION_MINOR 04) +set(SRSRAN_VERSION_MINOR 10) set(SRSRAN_VERSION_PATCH 0) set(SRSRAN_VERSION_STRING "${SRSRAN_VERSION_MAJOR}.${SRSRAN_VERSION_MINOR}.${SRSRAN_VERSION_PATCH}") \ No newline at end of file