From 319346025db389e9fca10dbd7f9350098c1e5eb7 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 20 Dec 2017 08:38:07 -0800 Subject: [PATCH] Update version --- doc/build.py | 2 +- fmt/format.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build.py b/doc/build.py index 22e734cab6a0..cb8d0c3c81ac 100755 --- a/doc/build.py +++ b/doc/build.py @@ -6,7 +6,7 @@ from subprocess import check_call, check_output, CalledProcessError, Popen, PIPE from distutils.version import LooseVersion -versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0'] +versions = ['1.0.0', '1.1.0', '2.0.0', '3.0.2', '4.0.0', '4.1.0'] def pip_install(package, commit=None, **kwargs): "Install package using pip." diff --git a/fmt/format.h b/fmt/format.h index e13a08b91893..eccefed99ca7 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 40001 +#define FMT_VERSION 40101 #if defined(__has_include) # define FMT_HAS_INCLUDE(x) __has_include(x)