Plane: prepare for 3.8.5beta2 release

This commit is contained in:
Andrew Tridgell 2018-03-28 15:19:27 +11:00
parent eb2404b766
commit ef2f2d7e1c
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
Release 3.8.5beta1, 16th January 2018
--------------------------------
Release 3.8.5beta2, 28th March 2018
------------------------------------
This is a minor release with three new features, all related to
airspeed.
@ -22,6 +22,10 @@ will be introduced in the future. To enable a 2nd airspeed sensor set
the ARSPD2_TYPE parameter to the type of the 2nd sensor. You can
combine any types of sensor.
The beta2 release also corrects the orientation of the Here GPS 20948
compass.
Release 3.8.4, 9th January 2018
-------------------------------

View File

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