We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a28989 commit dd98988Copy full SHA for dd98988
engine/source/core/torqueConfig.h
@@ -20,7 +20,7 @@
20
21
/// Version number is major * 1000 + minor * 100 + revision * 10.
22
/// Different engines (TGE, T2D, etc.) will have different version numbers.
23
-#define TORQUE_VERSION 904 // version 0.9
+#define TORQUE_VERSION 905 // version 0.9
24
#define TORQUE_PROTOCOL_VERSION 14 // increment this when we change the protocol
25
26
/// What engine are we running? The presence and value of this define are
0 commit comments