From 6909225fdadd9092c1a79195a42a91568458f084 Mon Sep 17 00:00:00 2001 From: Marcel Martin Date: Mon, 5 Jun 2023 14:18:51 +0200 Subject: [PATCH] Version 0.10.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d44c9a5e..77db11b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(strobealign VERSION 0.9.0) +project(strobealign VERSION 0.10.0) include(FetchContent) option(ENABLE_AVX "Enable AVX2 support" OFF)