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:
authorAdrian Antonana <adrian.antonana@stackforce.de>2017-08-25 10:12:15 +0300
committerAdrian Antonana <adrian.antonana@stackforce.de>2017-08-25 10:12:15 +0300
commite6b9fa577de852fd7b78a0a3d2837875e4425990 (patch)
tree620ffe06dec6a9d877e1a9c1048a64c666dfeb78 /CMakeLists.txt
parentfe2fa4087dda05a681d92b9e21cf60a69b0c299b (diff)
cmake: set project version to 0.14.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 3a4047df..ad8062ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 3.1)
-project(spdlog VERSION 1.0.0)
+project(spdlog VERSION 0.14.0)
include(CTest)
include(CMakeDependentOption)
include(GNUInstallDirs)