Bumping the version.

This commit is contained in:
Daniel Lemire 2023-02-06 17:41:15 -05:00
parent f4efe3ccb0
commit 3fd4c1b507

View File

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