bump version and update changelog

master
Andre Puschmann 6 years ago
parent 2792ee3b10
commit fa00b8b04d

@ -1,6 +1,14 @@
Change Log for Releases 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 ## 18.09
* Improved Turbo Decoder performance * Improved Turbo Decoder performance
* Configurable SGi interface name and M1U params * Configurable SGi interface name and M1U params

@ -19,6 +19,6 @@
# #
SET(SRSLTE_VERSION_MAJOR 18) SET(SRSLTE_VERSION_MAJOR 18)
SET(SRSLTE_VERSION_MINOR 9) SET(SRSLTE_VERSION_MINOR 12)
SET(SRSLTE_VERSION_PATCH 0) SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}") SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")

Loading…
Cancel
Save