updated version number to 0.17.0

This commit is contained in:
gabime 2018-05-21 20:38:13 +03:00
parent dc328de72a
commit 560df2878a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# #
cmake_minimum_required(VERSION 3.1) 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(CTest)
include(CMakeDependentOption) include(CMakeDependentOption)
include(GNUInstallDirs) include(GNUInstallDirs)

View File

@ -5,7 +5,7 @@
#pragma once #pragma once
#define SPDLOG_VERSION "0.16.4-rc" #define SPDLOG_VERSION "0.17.0"
#include "tweakme.h" #include "tweakme.h"