diff --git a/OpenPanzerTCB/src/OP_Settings/OP_Settings.h b/OpenPanzerTCB/src/OP_Settings/OP_Settings.h index f242dd3..920c232 100644 --- a/OpenPanzerTCB/src/OP_Settings/OP_Settings.h +++ b/OpenPanzerTCB/src/OP_Settings/OP_Settings.h @@ -17,9 +17,9 @@ // OPEN PANZER TANK CONTROL BOARD (TCB) - FIRMWARE VERSION NUMBER // ------------------------------------------------------------------------------------------------------------------------------------------------------->> // This is the firmware version that will be returned to the desktop application when it checks. It will be split into three, two-digit numbers - #define FIRMWARE_VERSION "0.93.67" // version. Last update 1/7/2020 + #define FIRMWARE_VERSION "0.93.68" // version. Last update 1/26/2020 - #define MIN_OPCONFIG_VERSION "0.93.67" // Minimum version of OP Config this version of firmware requires + #define MIN_OPCONFIG_VERSION "0.93.68" // Minimum version of OP Config this version of firmware requires // ------------------------------------------------------------------------------------------------------------------------------------------------------->>