Plane: prepare for 3.9.1beta3

This commit is contained in:
Andrew Tridgell 2018-08-23 13:28:04 +10:00
parent ca198434b5
commit 68addcb55a
1 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
#include "ap_version.h"
#define THISFIRMWARE "ArduPlane V3.9.1beta2"
#define THISFIRMWARE "ArduPlane V3.9.1beta3"
// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 3,9,1,FIRMWARE_VERSION_TYPE_BETA+1
#define FIRMWARE_VERSION 3,9,1,FIRMWARE_VERSION_TYPE_BETA+2
#define FW_MAJOR 3
#define FW_MINOR 9
#define FW_PATCH 1
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+1
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+2