Skip to content

Commit 564af6d

Browse files
committed
version 6.1.5
1 parent 8c911d9 commit 564af6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.9)
22

3-
project(fast_float VERSION 6.1.4 LANGUAGES CXX)
3+
project(fast_float VERSION 6.1.5 LANGUAGES CXX)
44
set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat")
55
set(CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD})
66
option(FASTFLOAT_TEST "Enable tests" OFF)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ the command line help.
435435

436436
You may directly download automatically generated single-header files:
437437

438-
https://github.com/fastfloat/fast_float/releases/download/v6.1.4/fast_float.h
438+
https://github.com/fastfloat/fast_float/releases/download/v6.1.5/fast_float.h
439439

440440
## Packages
441441

0 commit comments

Comments
 (0)