Skip to content

Commit f3ff46f

Browse files
committed
version bump
1 parent e59e8f5 commit f3ff46f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 5.3.0 LANGUAGES CXX)
3+
project(fast_float VERSION 6.0.0 LANGUAGES CXX)
44
option(FASTFLOAT_TEST "Enable tests" OFF)
55
if(FASTFLOAT_TEST)
66
enable_testing()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ the command line help.
371371

372372
You may directly download automatically generated single-header files:
373373

374-
https://github.com/fastfloat/fast_float/releases/download/v5.3.0/fast_float.h
374+
https://github.com/fastfloat/fast_float/releases/download/v6.0.0/fast_float.h
375375

376376
## Credit
377377

0 commit comments

Comments
 (0)