Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.com>2018-08-15 19:34:10 +0300
committergabime <gmelman1@gmail.com>2018-08-15 19:34:10 +0300
commitb6b9d835c588c35227410a9830e7a4586f90777a (patch)
treecc6986f1e9960f6253bab7e9003c20369c86307a /CMakeLists.txt
parentebea09c8b45b73fc253effffbd18205953aa7db3 (diff)
Version 1.1.0v1.1.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b4e3a63f..fee56552 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 3.1)
-project(spdlog VERSION 1.0.1 LANGUAGES CXX)
+project(spdlog VERSION 1.1.0 LANGUAGES CXX)
include(CTest)
include(CMakeDependentOption)
include(GNUInstallDirs)