From 5b5eccd54a08ae03b4467e79ffbb076d0b5f221e Mon Sep 17 00:00:00 2001 From: Jesse Rosenstock Date: Sat, 3 Feb 2024 09:01:27 +0100 Subject: [PATCH] Bump version to 0.11.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c5f14ee..f7b5e47a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project(s2-geometry - VERSION 0.11.0) + VERSION 0.11.1) include(CMakeDependentOption) include(CheckCXXCompilerFlag)