mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-13 10:03:57 -03:00
ArduPlane: update version number
This commit is contained in:
parent
7a6ab4ac44
commit
9ed3ca3d35
@ -6,12 +6,12 @@
|
||||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.8.2-dev"
|
||||
#define THISFIRMWARE "ArduPlane V3.8.3-dev"
|
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
#define FIRMWARE_VERSION 3,8,2,FIRMWARE_VERSION_TYPE_DEV
|
||||
#define FIRMWARE_VERSION 3,8,3,FIRMWARE_VERSION_TYPE_DEV
|
||||
|
||||
#define FW_MAJOR 3
|
||||
#define FW_MINOR 8
|
||||
#define FW_PATCH 1
|
||||
#define FW_PATCH 3
|
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV
|
||||
|
Loading…
Reference in New Issue
Block a user