mirror of https://github.com/ArduPilot/ardupilot
Plane: update version to 3.8.0beta1
This commit is contained in:
parent
8dd122e6df
commit
32a74e37d2
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.7.0"
|
||||
#define FIRMWARE_VERSION 3,7,0,FIRMWARE_VERSION_TYPE_BETA
|
||||
#define THISFIRMWARE "ArduPlane V3.8.0beta1"
|
||||
#define FIRMWARE_VERSION 3,8,0,FIRMWARE_VERSION_TYPE_BETA
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue