X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=CMakeLists.txt;h=e0e8e741db2ef26160891bbbdf67d85aef44e90c;hb=HEAD;hp=e44fb5549bcc89eaa8c8b06bcc62a180b876a8e8;hpb=21cdadb66c906c19f1b21687512dcb081caed7c9;p=ric-plt%2Ftracelibcpp.git diff --git a/CMakeLists.txt b/CMakeLists.txt index e44fb55..e0e8e74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. # - +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# cmake_minimum_required (VERSION 3.5) file( @@ -42,7 +44,7 @@ set(CMAKE_CXX_FLAGS_RELEASE "-O2") set (tracelibcpp_VERSION_MAJOR "0") set (tracelibcpp_VERSION_MINOR "0") -set (tracelibcpp_VERSION_MICRO "4") +set (tracelibcpp_VERSION_MICRO "5") set (tracelibcpp_VERSION_STRING "${tracelibcpp_VERSION_MAJOR}.${tracelibcpp_VERSION_MINOR}.${tracelibcpp_VERSION_MICRO}")