Skip to content

Commit 2f3ed44

Browse files
authored
Merge pull request #241 from carlosal1015/fix/version-numbering
Use version 6.1.0 instead 6.0.0
2 parents ff7cb44 + 131b1f9 commit 2f3ed44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 6.0.0 LANGUAGES CXX)
3+
project(fast_float VERSION 6.1.0 LANGUAGES CXX)
44
set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat")
55
set(CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD})
66
option(FASTFLOAT_TEST "Enable tests" OFF)

0 commit comments

Comments
 (0)