From e5e4fb370ccf327bbdcdcd782eb3e53580e11094 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 7 May 2016 09:50:47 -0700 Subject: [PATCH] Update version --- CMakeLists.txt | 2 +- ChangeLog.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c29dd168..cfd6690b 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 2.1.2) +set(FMT_VERSION 3.0.0) if (NOT FMT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$") message(FATAL_ERROR "Invalid version format ${FMT_VERSION}.") endif () diff --git a/ChangeLog.rst b/ChangeLog.rst index 5a61afe1..0e065451 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,5 +1,5 @@ -3.0.0 - TBD ------------ +3.0.0 - 2016-05-07 +------------------ * The project has been renamed from C++ Format (cppformat) to fmt for consistency with the used namespace and macro prefix