Rover: updated version to 3.5.2

This commit is contained in:
Andrew Tridgell 2019-09-24 13:31:16 +10:00
parent a2410b4c28
commit 16a1b5fc41
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
#include "ap_version.h" #include "ap_version.h"
#define THISFIRMWARE "ArduRover V3.5.1" #define THISFIRMWARE "ArduRover V3.5.2"
// the following line is parsed by the autotest scripts // the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 3,5,1,FIRMWARE_VERSION_TYPE_OFFICIAL #define FIRMWARE_VERSION 3,5,2,FIRMWARE_VERSION_TYPE_OFFICIAL
#define FW_MAJOR 3 #define FW_MAJOR 3
#define FW_MINOR 5 #define FW_MINOR 5
#define FW_PATCH 1 #define FW_PATCH 2
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL #define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL