diff --git a/engine/source/core/torqueConfig.h b/engine/source/core/torqueConfig.h index 41c64e2e..9e3a164a 100644 --- a/engine/source/core/torqueConfig.h +++ b/engine/source/core/torqueConfig.h @@ -21,7 +21,7 @@ /// Version number is major * 1000 + minor * 100 + revision * 10. /// Different engines (TGE, T2D, etc.) will have different version numbers. #define TORQUE_VERSION 903 // version 0.9 -#define TORQUE_PROTOCOL_VERSION 13 // increment this when we change the protocol +#define TORQUE_PROTOCOL_VERSION 14 // increment this when we change the protocol /// What engine are we running? The presence and value of this define are /// used to determine what engine (TGE, T2D, etc.) and version thereof we're