Plane: prepare for 3.8.5beta3 release

This commit is contained in:
Andrew Tridgell 2018-04-14 06:38:30 +10:00
parent aacb00fff1
commit e6942c53fd
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
Release 3.8.5beta3, 14th April 2018
-----------------------------------
This is a safety release, fixing an issue where the external safety
button can activate in flight on some boards, causing them to crash. A
new parameter BRD_SAFETYOPTION is added which controls the behaviour
of the safety button. The default is to de-activate the safety button
when armed.
Release 3.8.5beta2, 28th March 2018
------------------------------------

View File

@ -2,8 +2,8 @@
#include "ap_version.h"
#define THISFIRMWARE "ArduPlane V3.8.5beta2"
#define FIRMWARE_VERSION 3,8,5,FIRMWARE_VERSION_TYPE_BETA+1
#define THISFIRMWARE "ArduPlane V3.8.5beta3"
#define FIRMWARE_VERSION 3,8,5,FIRMWARE_VERSION_TYPE_BETA+2
#ifndef GIT_VERSION
#define FIRMWARE_STRING THISFIRMWARE