From 589ccc1675a82c2d0358de752aa2b73225ba5f5f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 1 Jul 2017 10:37:45 -0700 Subject: [PATCH] Bump version --- ChangeLog.rst | 3 +++ fmt/format.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 4a16be95..1633bac7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,6 @@ +4.0.1 - TBD +----------- + 4.0.0 - 2017-06-27 ------------------ diff --git a/fmt/format.h b/fmt/format.h index 88ab31a3..1b727965 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -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