From e6b9fa577de852fd7b78a0a3d2837875e4425990 Mon Sep 17 00:00:00 2001 From: Adrian Antonana Date: Fri, 25 Aug 2017 09:12:15 +0200 Subject: [PATCH] cmake: set project version to 0.14.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a4047df..ad8062ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ # cmake_minimum_required(VERSION 3.1) -project(spdlog VERSION 1.0.0) +project(spdlog VERSION 0.14.0) include(CTest) include(CMakeDependentOption) include(GNUInstallDirs)