bumping version

This commit is contained in:
Daniel Lemire 2023-11-13 10:44:24 -05:00
parent 1dfad243ec
commit c8b8321fd4
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project(fast_float VERSION 5.1.0 LANGUAGES CXX)
project(fast_float VERSION 5.3.0 LANGUAGES CXX)
option(FASTFLOAT_TEST "Enable tests" OFF)
if(FASTFLOAT_TEST)
enable_testing()

View File

@ -331,7 +331,7 @@ the command line help.
You may directly download automatically generated single-header files:
https://github.com/fastfloat/fast_float/releases/download/v5.2.0/fast_float.h
https://github.com/fastfloat/fast_float/releases/download/v5.3.0/fast_float.h
## Credit