mirror of https://github.com/ArduPilot/ardupilot
Copter: version to 3.4.6
This commit is contained in:
parent
d9159e5bda
commit
e707341b73
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Copter V3.4.5"
|
||||
#define FIRMWARE_VERSION 3,4,5,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
#define THISFIRMWARE "APM:Copter V3.4.6"
|
||||
#define FIRMWARE_VERSION 3,4,6,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue