From c060a10c102a2e25f1d2fcfb46e1148d73b0f7d5 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 20 Dec 2017 10:08:49 +0200 Subject: [PATCH] update to version 0.16.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f73b4c72..e37456d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # cmake_minimum_required(VERSION 3.1) -project(spdlog VERSION 0.16.0) +project(spdlog VERSION 0.16.1) include(CTest) include(CMakeDependentOption) include(GNUInstallDirs)