Skip to content

Commit

Permalink
Merge branch 'mr-167'
Browse files Browse the repository at this point in the history
  • Loading branch information
nihonium committed Jan 2, 2024
2 parents 0969985 + bfaf8b9 commit 0e1f14c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 = 12, maxDay = 31;
constexpr int maxYear = 2024, maxMonth = 3, maxDay = 31;

// Allowed values for mono_rt2
constexpr std::string_view allowedValues[] = {
// put latest on top, right here ↓
"Prerelease expiring 2024-03-31. See https://aka.cfx.re/mono-rt2-preview for info."sv,
"Prerelease expiring 2023-12-31. See https://aka.cfx.re/mono-rt2-preview for info."sv,
"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 0e1f14c

Please sign in to comment.