From 89cb4786a444038461725c9044c31ae9405c2ba9 Mon Sep 17 00:00:00 2001 From: Maxim Sharabayko Date: Thu, 21 Feb 2019 10:22:38 +0100 Subject: [PATCH] Bump version to 1.3.2. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd5ce16a4..df53da763 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.0") +#project(SRT VERSION "1.3.2") project(SRT C CXX) set (CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/scripts") @@ -36,7 +36,7 @@ if (NOT DEFINED CMAKE_INSTALL_LIBDIR) include(GNUInstallDirs) endif() -set (SRT_VERSION 1.3.1) +set (SRT_VERSION 1.3.2) set_version_variables(SRT_VERSION ${SRT_VERSION}) # The CMAKE_BUILD_TYPE seems not to be always set, weird.