Skip to content

Commit

Permalink
patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jul 23, 2024
1 parent 97036e3 commit d741761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)

project(fast_float VERSION 6.1.2 LANGUAGES CXX)
project(fast_float VERSION 6.1.3 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ the command line help.

You may directly download automatically generated single-header files:

https://github.com/fastfloat/fast_float/releases/download/v6.1.2/fast_float.h
https://github.com/fastfloat/fast_float/releases/download/v6.1.3/fast_float.h

## RFC 7159

Expand Down

0 comments on commit d741761

Please sign in to comment.