From 9fd0777e2100b62332780bbc17892feb5de5eabd Mon Sep 17 00:00:00 2001 From: Elliot Goodrich Date: Sun, 22 Sep 2024 20:46:49 +0100 Subject: [PATCH] Release v0.1.1 * Fix include and subninja paths not working if `trimja` is not run from the same directory as the ninja build file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c73a75f..fa744e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.26.3) -project(trimja VERSION 0.1.0) +project(trimja VERSION 0.1.1) enable_testing() set(CMAKE_CXX_STANDARD 20)