From 7a0d9b10709b929288387b3388036857bd12391b Mon Sep 17 00:00:00 2001 From: Braxton Salyer Date: Sun, 22 Sep 2024 15:14:44 -0500 Subject: [PATCH] Update hyperion_platform to 0.5.2 --- CMakeLists.txt | 5 +++-- xmake.lua | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0e6815..251fcb4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.20) -project(hyperion_mpl LANGUAGES CXX VERSION 0.8.4) +project(hyperion_mpl LANGUAGES CXX VERSION 0.8.5) include(CTest) @@ -24,7 +24,8 @@ endif() if(${HYPERION_USE_FETCH_CONTENT}) FetchContent_Declare(hyperion_platform GIT_REPOSITORY "https://github.com/braxtons12/hyperion_platform" - GIT_TAG "v0.5.1" + GIT_TAG "v0.5.2" + SYSTEM ) FetchContent_MakeAvailable(hyperion_platform) else() diff --git a/xmake.lua b/xmake.lua index 5aa5f2d..fb7c7e2 100644 --- a/xmake.lua +++ b/xmake.lua @@ -1,6 +1,6 @@ ---@diagnostic disable: undefined-global,undefined-field set_project("hyperion_mpl") -set_version("0.8.4") +set_version("0.8.5") set_xmakever("2.8.7")