mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Update changelog and version
This commit is contained in:
parent
6cfe43539a
commit
18c69c998d
@ -28,7 +28,7 @@ option(FMT_USE_CPP11 "Enable the addition of C++11 compiler flags." ON)
|
||||
project(FORMAT)
|
||||
|
||||
# starting with cmake 3.0 VERSION is part of the project command
|
||||
set(CPPFORMAT_VERSION 2.1.0)
|
||||
set(CPPFORMAT_VERSION 2.1.1)
|
||||
if (NOT CPPFORMAT_VERSION MATCHES "^([0-9]+).([0-9]+).([0-9]+)$")
|
||||
message(FATAL_ERROR "Invalid version format ${CPPFORMAT_VERSION}.")
|
||||
endif ()
|
||||
|
@ -1,3 +1,13 @@
|
||||
2.1.1 - TBD
|
||||
-----------
|
||||
|
||||
* The install location for generated CMake files is now configurable via
|
||||
the ``FMT_CMAKE_DIR`` CMake variable
|
||||
(`#299 <https://github.com/cppformat/cppformat/pull/299>`_).
|
||||
Thanks to `@niosHD <https://github.com/niosHD>`_.
|
||||
|
||||
* Documentation fixes (`#252 <https://github.com/cppformat/cppformat/issues/252>`_).
|
||||
|
||||
2.1.0 - 2016-03-21
|
||||
------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user