Skip to content

Commit

Permalink
add changelog and bump version 20.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepuschmann committed Nov 18, 2020
1 parent c048d21 commit 3395f30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log for Releases
=======================

## 20.10.1
* Fix bug in srsENB that effectively disabled UL HARQ

## 20.10
* Add Mobility (Intra eNB and S1) and RRC Reestablishment to srsENB
* Add new logging framework
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,6 +20,6 @@

SET(SRSLTE_VERSION_MAJOR 20)
SET(SRSLTE_VERSION_MINOR 10)
SET(SRSLTE_VERSION_PATCH 0)
SET(SRSLTE_VERSION_PATCH 1)
SET(SRSLTE_VERSION_STRING "${SRSLTE_VERSION_MAJOR}.${SRSLTE_VERSION_MINOR}.${SRSLTE_VERSION_PATCH}")
SET(SRSLTE_SOVERSION 0)

0 comments on commit 3395f30

Please sign in to comment.