Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

[UNR-5875] Update worker sdk to 15.1.1 #3309

Merged
merged 3 commits into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
**Note**: Since GDK for Unreal v0.10.0, the changelog is published in both English and Chinese. The Chinese version of each changelog is shown after its English version.<br>
**注意**:自虚幻引擎开发套件 v0.10.0 版本起,其日志提供中英文两个版本。每个日志的中文版本都置于英文版本之后。

## [`0.14.1-rc`] - unreleased

### Features:
- The GDK has been upgraded to use version 15.1.1 of SpatialOS.

## [`0.14.0`] - 2021-08-16

Expand Down
2 changes: 1 addition & 1 deletion RequireSetup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Increment the below number whenever it is required to run Setup.bat or Setup.sh as part of a new commit.
Our git hooks will detect this file has been updated and automatically run Setup.bat on pull.

91
92
2 changes: 1 addition & 1 deletion SpatialGDK/Extras/core-sdk.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
15.1.0
15.1.1
// If changing version, update SpatialGDK/Source/SpatialGDK/Public/Utils/WorkerVersionCheck.h too
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include "improbable/c_worker.h"

#define WORKER_SDK_VERSION "15.1.0"
#define WORKER_SDK_VERSION "15.1.1"

constexpr bool StringsEqual(char const* A, char const* B)
{
Expand Down