Preparing release

This commit is contained in:
Daniel Lemire 2022-11-23 10:51:27 -05:00
parent dac641ee13
commit 9e868b3d1a

View File

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