diff --git a/CMakeLists.txt b/CMakeLists.txt index ad8062ed..f73b4c72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # cmake_minimum_required(VERSION 3.1) -project(spdlog VERSION 0.14.0) +project(spdlog VERSION 0.16.0) include(CTest) include(CMakeDependentOption) include(GNUInstallDirs) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index 7121c31e..7c6ceda6 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -7,7 +7,7 @@ #pragma once -#define SPDLOG_VERSION "0.14.0" +#define SPDLOG_VERSION "0.16.0" #include "tweakme.h" #include "common.h"