Skip to content

Commit d741761

Browse files
committed
patch release
1 parent 97036e3 commit d741761

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.2 LANGUAGES CXX)
3+
project(fast_float VERSION 6.1.3 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)

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ the command line help.
379379

380380
You may directly download automatically generated single-header files:
381381

382-
https://github.com/fastfloat/fast_float/releases/download/v6.1.2/fast_float.h
382+
https://github.com/fastfloat/fast_float/releases/download/v6.1.3/fast_float.h
383383

384384
## RFC 7159
385385

0 commit comments

Comments
 (0)