mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Rover: version to 3.4.2
This commit is contained in:
parent
b205751d20
commit
318a941d15
@ -6,12 +6,12 @@
|
||||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduRover V3.4.2-rc1"
|
||||
#define THISFIRMWARE "ArduRover V3.4.2"
|
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
#define FIRMWARE_VERSION 3,4,2,FIRMWARE_VERSION_TYPE_RC
|
||||
#define FIRMWARE_VERSION 3,4,2,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
|
||||
#define FW_MAJOR 3
|
||||
#define FW_MINOR 4
|
||||
#define FW_PATCH 1
|
||||
#define FW_PATCH 2
|
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
|
Loading…
Reference in New Issue
Block a user