Skip to content

Commit cb1d42a

Browse files
committed
version 7
1 parent b9661b4 commit cb1d42a

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.6 LANGUAGES CXX)
3+
project(fast_float VERSION 7.0.0 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
@@ -484,7 +484,7 @@ if desired as described in the command line help.
484484

485485
You may directly download automatically generated single-header files:
486486

487-
<https://github.com/fastfloat/fast_float/releases/download/v6.1.6/fast_float.h>
487+
<https://github.com/fastfloat/fast_float/releases/download/v7.0.0/fast_float.h>
488488

489489
## Packages
490490

0 commit comments

Comments
 (0)