From 910ff806cc753e3c36a97695ff1c39d19008b998 Mon Sep 17 00:00:00 2001 From: Luke Bermingham <1215582+lukehb@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:51:33 +1000 Subject: [PATCH] Update branch 5.2 to match master (#76) * Update README.md Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com> * Added RELEASE_VERSION file which is our global source of truth for what release version the source code should push to. --------- Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com> --- README.md | 4 +++- RELEASE_VERSION | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 RELEASE_VERSION diff --git a/README.md b/README.md index 1f20f37e..d6f499c4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ This repository contains the following in branches that track Unreal Engine vers | Branch | Status | |--------|--------| |[Master](https://github.com/EpicGames/PixelStreamingInfrastructure/tree/master)| Dev | +|[UE5.2](https://github.com/EpicGames/PixelStreamingInfrastructure/tree/UE5.2)| Pre-release | |[UE5.1](https://github.com/EpicGames/PixelStreamingInfrastructure/tree/UE5.1)| Current | |[UE5.0](https://github.com/EpicGames/PixelStreamingInfrastructure/tree/UE5.0)| Supported | |[UE4.27](https://github.com/EpicGames/PixelStreamingInfrastructure/tree/UE4.27)| End of life | @@ -44,7 +45,8 @@ This repository contains the following in branches that track Unreal Engine vers | Legend | Meaning | |---------|-----------| -| Dev | This is our dev branch tracking [ue5-main](https://github.com/EpicGames/UnrealEngine/tree/ue5-main) - experimental. | +| Dev | This is our dev branch, intended to be paired with [ue5-main](https://github.com/EpicGames/UnrealEngine/tree/ue5-main) - experimental. | +|Pre-release| Code in here will be paired with the next UE release, we periodically update this branch from `master`. | | Current | Supported and this is the branch tracking the **latest released** version of UE. | | Supported | We will accept bugfixes/issues for this version. | | End of life | Once the next UE version is released we will not support this version anymore. | diff --git a/RELEASE_VERSION b/RELEASE_VERSION new file mode 100644 index 00000000..8a9ecc2e --- /dev/null +++ b/RELEASE_VERSION @@ -0,0 +1 @@ +0.0.1 \ No newline at end of file