From dda8af0092b55b7afb24f6abeaec05c3fe8766e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=CC=8Cubomi=CC=81r=20Carik?= Date: Wed, 20 Dec 2017 03:43:47 +0100 Subject: [PATCH] Update version strings to 0.16.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ľubomír Carik --- CMakeLists.txt | 2 +- include/spdlog/spdlog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"