diff --git a/CMakeLists.txt b/CMakeLists.txt index 873979dc9..af1e398cd 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 69f2f6ad8..88c2335e7 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"