From 775d78bc68f376860438b97454c3960d6630bfdd Mon Sep 17 00:00:00 2001 From: Elliot Goodrich Date: Sun, 13 Oct 2024 06:19:20 +0100 Subject: [PATCH] Release v0.5.3 * Print more output when failing to find affected paths in the Ninja build file. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad7d021..39de63a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.26.3) -project(trimja VERSION 0.5.2) +project(trimja VERSION 0.5.3) enable_testing() set(CMAKE_CXX_STANDARD 20)