diff --git a/CMakeLists.txt b/CMakeLists.txt index 815e1c1..8d6917d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(fast_float VERSION 6.1.0 LANGUAGES CXX) +project(fast_float VERSION 6.1.1 LANGUAGES CXX) set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat") set(CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD}) option(FASTFLOAT_TEST "Enable tests" OFF) diff --git a/README.md b/README.md index a7f72be..d9208da 100644 --- a/README.md +++ b/README.md @@ -381,9 +381,9 @@ the command line help. You may directly download automatically generated single-header files: -https://github.com/fastfloat/fast_float/releases/download/v6.1.0/fast_float.h +https://github.com/fastfloat/fast_float/releases/download/v6.1.1/fast_float.h -## RFC 7159 +## RFC 7159 If you need support for RFC 7159 (JSON standard), you may want to consider using the [fast_double_parser](https://github.com/lemire/fast_double_parser/) library instead.