From fa00b8b04d9a3d96cacabc4215be12ea27cf2614 Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Fri, 18 Jan 2019 15:20:20 +0100 Subject: [PATCH] bump version and update changelog --- CHANGELOG | 8 ++++++++ cmake/modules/SRSLTEVersion.cmake | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0cc4a20f3..9cf865cb2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,14 @@ Change Log for Releases ============================== +## 18.12 + * Add new RRC ASN1 message pack/unpack library + * Refactor EPC and add encryption support + * Add IPv6 support to srsUE + * Fixed compilation issue for ARM and AVX512 + * Add clang-format file + * Many bug-fixes and improved stability and performance in all parts + ## 18.09 * Improved Turbo Decoder performance * Configurable SGi interface name and M1U params diff --git a/cmake/modules/SRSLTEVersion.cmake b/cmake/modules/SRSLTEVersion.cmake index b4a6a1c58..7e4111648 100644 --- a/cmake/modules/SRSLTEVersion.cmake +++ b/cmake/modules/SRSLTEVersion.cmake @@ -19,6 +19,6 @@ # SET(SRSLTE_VERSION_MAJOR 18) -SET(SRSLTE_VERSION_MINOR 9) +SET(SRSLTE_VERSION_MINOR 12) SET(SRSLTE_VERSION_PATCH 0) SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")