File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
engine/src/main/battlecode/common Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ export enum Mode {
146146 */
147147export function defaults ( supplied ?: any ) : Config {
148148 let conf : Config = {
149- gameVersion : "2022.2.0.1 " , //TODO: Change this on each release!
149+ gameVersion : "2022.2.1.0 " , //TODO: Change this on each release!
150150 fullscreen : false ,
151151 width : 600 ,
152152 height : 600 ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class GameConstants {
99 /**
1010 * The current spec version the server compiles with.
1111 */
12- public static final String SPEC_VERSION = "2022.2.0.1 " ;
12+ public static final String SPEC_VERSION = "2022.2.1.0 " ;
1313
1414 // *********************************
1515 // ****** MAP CONSTANTS ************
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ maps=maptestsmall
55profilerEnabled =false
66source =src
77mapLocation =maps
8- release_version =2022.2.0.1
8+ release_version =2022.2.1.0
Original file line number Diff line number Diff line change 1717
1818# Formal specification
1919
20- * This is the formal specification of the Battlecode 2022 game.* Current version: * 2022.2.0.1 *
20+ * This is the formal specification of the Battlecode 2022 game.* Current version: * 2022.2.1.0 *
2121
2222** Welcome to Battlecode 2022: Mutation.**
2323
325325
326326# Appendix: Changelog
327327
328+ - Version 2022.2.1.0 (January 26, 2022)
329+ - Engine:
330+ - Fix bug impacting correct Vortex Anomaly behavior
331+ - Qualifying tournament maps released
332+
328333- Version 2022.2.0.1 (January 20, 2022)
329334 - Client:
330335 - Release maps from Sprint II too
You can’t perform that action at this time.
0 commit comments