]> git.deb.at Git - rhonda/impostor.git/commitdiff
Add 17.2.2 version
authorminiduikboot <mini@duikbo.at>
Tue, 17 Mar 2026 19:18:25 +0000 (20:18 +0100)
committerminiduikboot <mini@duikbo.at>
Tue, 17 Mar 2026 19:18:25 +0000 (20:18 +0100)
Only changes are ad related, and officials allow crossplay

src/Impostor.Server/Net/Manager/CompatibilityManager.cs

index 7f909965c812cc40d67929cae3f0085785edd59d..e67ca2be72e762aa339a63e067d60de386f849ff 100644 (file)
@@ -37,8 +37,9 @@ internal class CompatibilityManager : ICompatibilityManager
             new GameVersion(2025, 10, 9), // 17.1   (2025-11-18)
             new GameVersion(2025, 11, 6), // 17.1.1 (2025-12-03, mobile only)
             new GameVersion(2025, 12, 8), // 17.1.2 (2025-12-11, mobile only)
-            new GameVersion(2025, 11, 5), // 17.2   (2026-02-17, not a typo, Innersloth went backwards)
-            new GameVersion(2026, 1, 22), // 17.2   (2026-02-19, hotfix)
+            new GameVersion(2025, 11, 5), // 17.2   (2026-02-17, build 6630, not a typo, Innersloth went backwards)
+            new GameVersion(2026, 1, 22), // 17.2   (2026-02-19, build 6686, hotfix)
+            new GameVersion(2026, 2, 2),  // 17.2.2 (2026-03-17, build 6768)
         },
     };