Skip to content

Commit c8b8321

Browse files
committed
bumping version
1 parent 1dfad24 commit c8b8321

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 5.1.0 LANGUAGES CXX)
3+
project(fast_float VERSION 5.3.0 LANGUAGES CXX)
44
option(FASTFLOAT_TEST "Enable tests" OFF)
55
if(FASTFLOAT_TEST)
66
enable_testing()

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ the command line help.
331331

332332
You may directly download automatically generated single-header files:
333333

334-
https://github.com/fastfloat/fast_float/releases/download/v5.2.0/fast_float.h
334+
https://github.com/fastfloat/fast_float/releases/download/v5.3.0/fast_float.h
335335

336336
## Credit
337337

0 commit comments

Comments
 (0)