Skip to content

Commit

Permalink
Merge pull request #241 from carlosal1015/fix/version-numbering
Browse files Browse the repository at this point in the history
Use version 6.1.0 instead 6.0.0
  • Loading branch information
lemire committed Mar 8, 2024
2 parents ff7cb44 + 131b1f9 commit 2f3ed44
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 2f3ed44

Please sign in to comment.