Skip to content

Commit

Permalink
Use version 6.1.0 instead 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosal1015 committed Mar 8, 2024
1 parent ff7cb44 commit 131b1f9
Showing 1 changed file with 1 addition and 1 deletion.
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.0.0 LANGUAGES CXX)
project(fast_float VERSION 6.1.0 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

0 comments on commit 131b1f9

Please sign in to comment.