Skip to content

Commit

Permalink
Merge remote-tracking branch 'thorium-cfx/mono_rt2_bump_pilot'
Browse files Browse the repository at this point in the history
  • Loading branch information
blattersturm committed Jun 26, 2023
2 parents 2b078dc + 5ea3e4f commit 8a0948f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -263,11 +263,12 @@ int MonoScriptRuntime::HandlesFile(char* filename, IScriptHostWithResourceData*
}

// last supported date for this pilot of mono_rt2, in UTC
constexpr int maxYear = 2023, maxMonth = 06, maxDay = 30;
constexpr int maxYear = 2023, maxMonth = 8, maxDay = 31;

// Allowed values for mono_rt2
constexpr std::string_view allowedValues[] = {
// put latest on top, right here ↓
"Prerelease expiring 2023-08-31. See https://aka.cfx.re/mono-rt2-preview for info."sv,
"Prerelease expiring 2023-06-30. See https://aka.cfx.re/mono-rt2-preview for info."sv,
};

Expand Down

0 comments on commit 8a0948f

Please sign in to comment.