Skip to content

Commit

Permalink
Add changelist for UE-5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed May 6, 2024
1 parent edbb68c commit f37672b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ue4docker/infrastructure/BuildConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"5.1.0": 23058290,
"5.2.0": 25360045,
"5.3.0": 27405482,
"5.4.0": 33043543,
}


Expand Down Expand Up @@ -67,6 +68,7 @@ class VisualStudio(object):
}

UnsupportedSince = {VS2017: Version("5.0")}
UnsupportedSince = {VS2019: Version("5.4")}


class ExcludedComponent(object):
Expand Down

0 comments on commit f37672b

Please sign in to comment.