mirror of https://github.com/ArduPilot/ardupilot
Plane: prepare for 3.8.4 release
This commit is contained in:
parent
53180f2ba3
commit
cd9c0f091e
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.8.3"
|
||||
#define FIRMWARE_VERSION 3,8,3,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
#define THISFIRMWARE "ArduPlane V3.8.4"
|
||||
#define FIRMWARE_VERSION 3,8,4,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue