From d7a0cfb3fc0b722daa072641b97eeddd30a4dfa1 Mon Sep 17 00:00:00 2001 From: Open Panzer Date: Sun, 26 Jan 2020 22:26:37 -0600 Subject: [PATCH] Update to Version 0.93.68 --- OpenPanzerTCB/src/OP_Settings/OP_Settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 // ------------------------------------------------------------------------------------------------------------------------------------------------------->>