mirror of https://github.com/ArduPilot/ardupilot
Plane: release 3.8.0beta2
This commit is contained in:
parent
9d592e005d
commit
5baf37f7a3
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.8.0beta1"
|
||||
#define FIRMWARE_VERSION 3,8,0,FIRMWARE_VERSION_TYPE_BETA
|
||||
#define THISFIRMWARE "ArduPlane V3.8.0beta2"
|
||||
#define FIRMWARE_VERSION 3,8,0,FIRMWARE_VERSION_TYPE_BETA+1
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue