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-05-21 20:38:13 +0300
committergabime <gmelman1@gmail.com>2018-05-21 20:38:13 +0300
commit560df2878ad308b27873b3cc5e810635d69cfad6 (patch)
tree117d9b4dae26d7b46ae095c28e523c1007e1af06
parentdc328de72ac91f4233ad06da37a9804f29377e1c (diff)
updated version number to 0.17.0v0.17.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--include/spdlog/common.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 873979dc..af1e398c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@
#
cmake_minimum_required(VERSION 3.1)
-project(spdlog VERSION 0.16.3 LANGUAGES CXX)
+project(spdlog VERSION 0.17.0 LANGUAGES CXX)
include(CTest)
include(CMakeDependentOption)
include(GNUInstallDirs)
diff --git a/include/spdlog/common.h b/include/spdlog/common.h
index 69f2f6ad..88c2335e 100644
--- a/include/spdlog/common.h
+++ b/include/spdlog/common.h
@@ -5,7 +5,7 @@
#pragma once
-#define SPDLOG_VERSION "0.16.4-rc"
+#define SPDLOG_VERSION "0.17.0"
#include "tweakme.h"