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

Commit

Permalink
Merge pull request #3309 from spatialos/0.14.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsarginson authored Sep 17, 2021
2 parents 01234e5 + 7cb945c commit 21c819d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
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.0" // We currently download the 15.1.1 SDK, but its still marked as 15.1.0.

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

0 comments on commit 21c819d

Please sign in to comment.