From f3ff46fd40d28b5eb272727812e5bd8dc5a6d876 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 14 Dec 2023 17:56:17 -0500 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8847f064..4431a8cb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(fast_float VERSION 5.3.0 LANGUAGES CXX) +project(fast_float VERSION 6.0.0 LANGUAGES CXX) option(FASTFLOAT_TEST "Enable tests" OFF) if(FASTFLOAT_TEST) enable_testing() diff --git a/README.md b/README.md index 2028051b..79ebedbd 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ the command line help. You may directly download automatically generated single-header files: -https://github.com/fastfloat/fast_float/releases/download/v5.3.0/fast_float.h +https://github.com/fastfloat/fast_float/releases/download/v6.0.0/fast_float.h ## Credit