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-13 09:09:49 +0300
committergabime <gmelman1@gmail.com>2018-08-13 09:09:49 +0300
commit8008d7fe534a899f82cf8b64475c35cc2061911c (patch)
tree0b67e4b30b19d3a34bc2d1d5a114001568bd7ec4 /CMakeLists.txt
parent0a585092dc6728f6d49b32f889b0ba4defc31c27 (diff)
Replace emplace_back with push_back in pattern_formatter
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 5166d39f..b9319d17 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 3.1)
-project(spdlog VERSION 1.0.0 LANGUAGES CXX)
+project(spdlog VERSION 1.0.1 LANGUAGES CXX)
include(CTest)
include(CMakeDependentOption)
include(GNUInstallDirs)