Rover: version to 3.5.0-rc2

This commit is contained in:
Randy Mackay 2019-01-23 20:17:05 +09:00
parent 8d3c1d410e
commit 90c9ec29d3
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
#include "ap_version.h"
#define THISFIRMWARE "ArduRover V3.5.0-dev"
#define THISFIRMWARE "ArduRover V3.5.0-rc2"
// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 3,5,0,FIRMWARE_VERSION_TYPE_DEV
#define FIRMWARE_VERSION 3,5,0,FIRMWARE_VERSION_TYPE_RC
#define FW_MAJOR 3
#define FW_MINOR 5
#define FW_PATCH 0
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV
#define FW_TYPE FIRMWARE_VERSION_TYPE_RC