Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from RainwayApp/feat/0.5.0
Browse files Browse the repository at this point in the history
feat(0.5.0): Update SDK version
  • Loading branch information
lynn authored Aug 23, 2022
2 parents 7a9b1dd + 9149201 commit 41261af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ project("rainway-sdk-native-examples")
include(FetchContent)

# The version of the Rainway SDK to use
set(RAINWAY_SDK_VERSION "0.4.0")
set(RAINWAY_SDK_VERSION "0.5.0")

# The md5 hash of the Rainway SDK zip for this version
# From powershell you can use `Get-FileHash -Algorithm MD5 -Path <path>`
set(RAINWAY_SDK_MD5_HASH "4CBA6C4594D851A81932CF752F20CCAA")
set(RAINWAY_SDK_MD5_HASH "023A2B3D4DC4EA62C6F3C38890FF45A8")

message("Attempting to download Rainway SDK v${RAINWAY_SDK_VERSION} with md5 hash '${RAINWAY_SDK_MD5_HASH}'")

Expand Down

0 comments on commit 41261af

Please sign in to comment.