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:
authorGabi Melman <gmelman1@gmail.com>2018-01-12 17:06:30 +0300
committerGitHub <noreply@github.com>2018-01-12 17:06:30 +0300
commitf258af4364ed2aa966ddce8292b9bbde8bbb6152 (patch)
tree9a6d7b2c016fa8e795c5fd055d714e3e76031851 /CMakeLists.txt
parentccd675a286f457068ee8c823f8207f13c2325b26 (diff)
Update CMakeLists.txt
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 52d29531..5164609b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 3.1)
-project(spdlog VERSION 0.16.2)
+project(spdlog VERSION 0.16.3)
include(CTest)
include(CMakeDependentOption)
include(GNUInstallDirs)