Skip to content

Commit

Permalink
Merge pull request #17 from braxtons12/update_hyperion_platform_to_0_5_1
Browse files Browse the repository at this point in the history
Update hyperion_platform to 0.5.1
  • Loading branch information
braxtons12 authored Sep 22, 2024
2 parents 23038ed + 87a1556 commit 3ab4e44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.20)
project(hyperion_mpl LANGUAGES CXX VERSION 0.8.3)
project(hyperion_mpl LANGUAGES CXX VERSION 0.8.4)

include(CTest)

Expand All @@ -24,8 +24,8 @@ endif()
if(${HYPERION_USE_FETCH_CONTENT})
FetchContent_Declare(hyperion_platform
GIT_REPOSITORY "https://github.com/braxtons12/hyperion_platform"
GIT_TAG "v0.5.0"
)
GIT_TAG "v0.5.1"
)
FetchContent_MakeAvailable(hyperion_platform)
else()
find_package(hyperion_platform REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---@diagnostic disable: undefined-global,undefined-field
set_project("hyperion_mpl")
set_version("0.8.3")
set_version("0.8.4")

set_xmakever("2.8.7")

Expand Down

0 comments on commit 3ab4e44

Please sign in to comment.