Skip to content

Commit

Permalink
Add support for versions up to 4.3.2.
Browse files Browse the repository at this point in the history
Generated by gen_versions.

PiperOrigin-RevId: 199780267
  • Loading branch information
tewalds committed Jun 8, 2018
1 parent e4cb3be commit 87d2df3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pysc2/run_configs/platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
lib.Version("4.2.1", 62848, "29BBAC5AFF364B6101B661DB468E3A37", None),
lib.Version("4.2.2", 63454, "3CB54C86777E78557C984AB1CF3494A0", None),
lib.Version("4.3.0", 64469, "C92B3E9683D5A59E08FC011F4BE167FF", None),
lib.Version("4.3.1", 65094, "E5A21037AA7A25C03AC441515F4E0644", None),
lib.Version("4.3.2", 65384, "B6D73C85DFB70F5D01DEABB2517BF11C", None),
]}

flags.DEFINE_enum("sc2_version", None, sorted(VERSIONS.keys()),
Expand Down

0 comments on commit 87d2df3

Please sign in to comment.