Skip to content

Commit 79ba633

Browse files
authored
rename 2.207 to 2.2070
1 parent fade823 commit 79ba633

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

loader/src/platform/mac/LoaderImpl.mm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,15 @@ bool gameVersionIsAmbiguous(std::string gameVersion) {
202202
static std::unordered_map<std::string, std::string> uuidToVersionName{
203203
#if defined(GEODE_IS_ARM_MAC)
204204
{"620B0C9B-8F75-3043-BD34-3BB9DD201C3A", "2.206"},
205-
{"48C25B63-0D7C-3F67-B831-DF935524C043", "2.207"},
205+
{"48C25B63-0D7C-3F67-B831-DF935524C043", "2.2070"},
206206
{"4933391F-D6C1-3188-99E8-23D64C674B64", "2.2071"},
207207
{"9C1D62A7-7C2F-3514-AEFB-D1AB7BBD48FF", "2.2072"},
208208
{"0B1FCFE4-79E8-3246-8ECB-500FDBDCFD9A", "2.2073"},
209209
{"27044C8B-76BD-303C-A035-5314AF1D9E6E", "2.2074"},
210210
#elif defined(GEODE_IS_INTEL_MAC)
211211
{"29549F90-F083-35A8-B917-9962262FE112", "2.200"},
212212
{"AE6DFCCC-153A-32AB-BFD5-6F2478BC41B6", "2.206"},
213-
{"D497E431-5C3F-3EB4-9DF7-115B861578EE", "2.207"},
213+
{"D497E431-5C3F-3EB4-9DF7-115B861578EE", "2.2070"},
214214
{"08E24832-EC11-3637-910E-7CB6C0EF8EC0", "2.2071"},
215215
{"E53731FD-D1B6-33D2-BFA4-3B5D8D55279F", "2.2072"},
216216
{"1F4AFF98-DB51-382D-9BB2-59C911B88EB2", "2.2073"},

loader/src/platform/windows/gdTimestampMap.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ static auto const& getGDVersionTimestampMap() {
3232
{ 1704948277, "2.203" },
3333
{ 1705041028, "2.204" },
3434
{ 1717243515, "2.206" },
35-
{ 1731098609, "2.207" },
35+
{ 1731098609, "2.2070" },
3636
{ 1731117052, "2.2071" },
3737
{ 1731130219, "2.2072" },
3838
{ 1731156923, "2.2073" },

0 commit comments

Comments
 (0)