From 00c8c7b0d5c722d2212568d915a39ea73b08b973 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sun, 8 Sep 2024 13:36:17 -0400 Subject: [PATCH] version 6.1.6 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1549394a..f5953d62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(fast_float VERSION 6.1.5 LANGUAGES CXX) +project(fast_float VERSION 6.1.6 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 316f813e..dfbb68d1 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ the command line help. You may directly download automatically generated single-header files: -https://github.com/fastfloat/fast_float/releases/download/v6.1.5/fast_float.h +https://github.com/fastfloat/fast_float/releases/download/v6.1.6/fast_float.h ## Packages