Commit e5e4fb37 authored by Victor Zverovich's avatar Victor Zverovich

Update version

parent 70d93078
...@@ -28,7 +28,7 @@ option(FMT_USE_CPP11 "Enable the addition of C++11 compiler flags." ON) ...@@ -28,7 +28,7 @@ option(FMT_USE_CPP11 "Enable the addition of C++11 compiler flags." ON)
project(FMT) project(FMT)
# Starting with cmake 3.0 VERSION is part of the project command. # 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]+)$") if (NOT FMT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$")
message(FATAL_ERROR "Invalid version format ${FMT_VERSION}.") message(FATAL_ERROR "Invalid version format ${FMT_VERSION}.")
endif () endif ()
......
3.0.0 - TBD 3.0.0 - 2016-05-07
----------- ------------------
* The project has been renamed from C++ Format (cppformat) to fmt for * The project has been renamed from C++ Format (cppformat) to fmt for
consistency with the used namespace and macro prefix consistency with the used namespace and macro prefix
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment