We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdf016 commit fde0116Copy full SHA for fde0116
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.9)
2
3
-project(fast_float VERSION 3.10.0 LANGUAGES CXX)
+project(fast_float VERSION 3.11.0 LANGUAGES CXX)
4
option(FASTFLOAT_TEST "Enable tests" OFF)
5
if(FASTFLOAT_TEST)
6
enable_testing()
0 commit comments