From 55398761ff07ff18596cb9b62c8d618fbe47ebdd Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 16 Dec 2024 17:31:48 -0500 Subject: [PATCH] Patch release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bca9ef0..fd4d2e6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(xor_singleheader VERSION 1.1.1 LANGUAGES C) +project(xor_singleheader VERSION 1.1.2 LANGUAGES C) include(CTest)