mirror of https://github.com/ArduPilot/ardupilot
Copter: version to 3.5.7
This commit is contained in:
parent
543808e5ae
commit
b11c6af3e1
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Copter V3.5.7-rc1"
|
||||
#define FIRMWARE_VERSION 3,5,7,FIRMWARE_VERSION_TYPE_RC
|
||||
#define THISFIRMWARE "APM:Copter V3.5.7"
|
||||
#define FIRMWARE_VERSION 3,5,7,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue