From 1ef8b4a5dec8c51c09828784a2127d47db504b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Fri, 28 Oct 2016 21:35:59 +0200 Subject: [PATCH] Update version to 3.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfd6690b..c2e17b65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ option(FMT_USE_CPP11 "Enable the addition of C++11 compiler flags." ON) project(FMT) # Starting with cmake 3.0 VERSION is part of the project command. -set(FMT_VERSION 3.0.0) +set(FMT_VERSION 3.0.1) if (NOT FMT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$") message(FATAL_ERROR "Invalid version format ${FMT_VERSION}.") endif ()