diff --git a/CMakeLists.txt b/CMakeLists.txt index ffb14a825..3c2f67f74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR) # XXX This can be potentially done in future, but there still exist # some dependent project using cmake 2.8 - this can't be done this way. #cmake_minimum_required (VERSION 3.0.2 FATAL_ERROR) -#project(SRT VERSION "1.3.4") +#project(SRT VERSION "1.4.1") project(SRT C CXX) set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/scripts") @@ -38,7 +38,7 @@ if (NOT DEFINED CMAKE_INSTALL_LIBDIR) include(GNUInstallDirs) endif() -set (SRT_VERSION 1.4.0) +set (SRT_VERSION 1.4.1) set_version_variables(SRT_VERSION ${SRT_VERSION}) # The CMAKE_BUILD_TYPE seems not to be always set, weird.