From 93e4df85c9e7f41a02f27d0ff79fc24016aba8bf Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 21 Jan 2025 21:36: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 fd4d2e6..0d1c9de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(xor_singleheader VERSION 1.1.2 LANGUAGES C) +project(xor_singleheader VERSION 1.2.0 LANGUAGES C) include(CTest)