From db187beabc6bb0c7fb6a743bdc4c133d295c3fb3 Mon Sep 17 00:00:00 2001 From: Sergey Podobry Date: Thu, 9 Jun 2022 22:08:28 +0300 Subject: [PATCH] Bump version to 1.1.7 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 787e981..d651fbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(plog VERSION 1.1.6 LANGUAGES CXX) +project(plog VERSION 1.1.7 LANGUAGES CXX) # check if building as a stand-alone project if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)