mirror of https://github.com/ArduPilot/ardupilot
Copter: version to 3.5.1-rc1
This commit is contained in:
parent
0390a3be99
commit
92f68decb9
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Copter V3.5.0"
|
||||
#define FIRMWARE_VERSION 3,5,0,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
#define THISFIRMWARE "APM:Copter V3.5.1-rc1"
|
||||
#define FIRMWARE_VERSION 3,5,1,FIRMWARE_VERSION_TYPE_BETA
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue