From 26b65bb0a60361adfcc72b0ac427302cbf10b040 Mon Sep 17 00:00:00 2001 From: Benoit Bovy Date: Mon, 19 Aug 2024 11:05:19 +0200 Subject: [PATCH] release 0.1.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a9965d..d0d5e56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.14) project(s2geography LANGUAGES CXX - VERSION 0.2.0) + VERSION 0.1.2) include(FetchContent) message(STATUS "Building using CMake version: ${CMAKE_VERSION}")