Bump version

This commit is contained in:
Victor Zverovich 2017-07-01 10:37:45 -07:00
parent c38170461d
commit 589ccc1675
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
4.0.1 - TBD
-----------
4.0.0 - 2017-06-27
------------------

View File

@ -43,7 +43,7 @@
#undef FMT_INCLUDE
// The fmt library version in the form major * 10000 + minor * 100 + patch.
#define FMT_VERSION 40000
#define FMT_VERSION 40001
#ifdef _SECURE_SCL
# define FMT_SECURE_SCL _SECURE_SCL