mirror of https://github.com/ArduPilot/ardupilot
Copter: version to AC3.5.0-rc5
This commit is contained in:
parent
f2131ed2d0
commit
f070a8d016
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Copter V3.6-dev"
|
||||
#define FIRMWARE_VERSION 3,6,0,FIRMWARE_VERSION_TYPE_DEV
|
||||
#define THISFIRMWARE "APM:Copter V3.5.0-rc5"
|
||||
#define FIRMWARE_VERSION 3,5,0,FIRMWARE_VERSION_TYPE_RC
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue