From 7f73915d4f6f2a17ae55b25d22a4326527cb5771 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Fri, 11 Jan 2019 08:54:03 -0500 Subject: [PATCH] Updated year in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a035a49c..7f041680 100644 --- a/README.md +++ b/README.md @@ -988,7 +988,7 @@ json j_from_ubjson = json::from_ubjson(v_ubjson); ## Supported compilers -Though it's 2018 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: +Though it's 2019 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work: - GCC 4.8 - 9.0 (and possibly later) - Clang 3.4 - 8.0 (and possibly later)