mirror of https://github.com/ArduPilot/ardupilot
Plane: release 3.5.0beta2
This commit is contained in:
parent
1839b73b39
commit
99847da297
|
@ -3,8 +3,8 @@
|
|||
#ifndef _PLANE_H
|
||||
#define _PLANE_H
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.5.0beta1"
|
||||
#define FIRMWARE_VERSION 3,5,0,FIRMWARE_VERSION_TYPE_BETA
|
||||
#define THISFIRMWARE "ArduPlane V3.5.0beta2"
|
||||
#define FIRMWARE_VERSION 3,5,0,FIRMWARE_VERSION_TYPE_BETA+1
|
||||
|
||||
/*
|
||||
Lead developer: Andrew Tridgell
|
||||
|
|
Loading…
Reference in New Issue