Skip to content

Commit

Permalink
bump version to 18.03.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann committed Apr 9, 2018
1 parent d42316f commit 9a7357c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log for Releases
==============================

## 18.03.1
* Fixed compilation for NEON
* Fixed logging and RLC AM issue

## 18.03
* Many bug-fixes and improved stability and performance in all parts

Expand Down
2 changes: 1 addition & 1 deletion cmake/modules/SRSLTEVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

SET(SRSLTE_VERSION_MAJOR 18)
SET(SRSLTE_VERSION_MINOR 3)
SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_PATCH 1)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")

0 comments on commit 9a7357c

Please sign in to comment.