From dac641ee13c6c1e8da490e996791e687017033e5 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 15 Nov 2022 12:07:56 -0500 Subject: [PATCH] Preparing release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 721a29f..4909110 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.9) -project(fast_float VERSION 3.6.0 LANGUAGES CXX) +project(fast_float VERSION 3.7.0 LANGUAGES CXX) option(FASTFLOAT_TEST "Enable tests" OFF) if(FASTFLOAT_TEST) enable_testing()