From c8c30bb52ecb0a4be8dd28c2aed52bb16bd78464 Mon Sep 17 00:00:00 2001 From: Ricardo Antunes Date: Sun, 1 Dec 2024 15:40:58 +0100 Subject: [PATCH] build: bump CMake project version to 0.5.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b2fc00f1..2800185b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # Cubos project root build configuration cmake_minimum_required(VERSION 3.25.0) -project(cubos VERSION 0.4.0) +project(cubos VERSION 0.5.0) include(GNUInstallDirs) # Get default install directories