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