Bumping the version.

This commit is contained in:
Daniel Lemire 2023-01-19 20:54:23 -05:00
parent e84f7e7850
commit 7a6fe5ee79

View File

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