bump version and update changelog

This commit is contained in:
Andre Puschmann 2019-01-18 15:20:20 +01:00
parent 2792ee3b10
commit fa00b8b04d
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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}")