mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_Periph: prepare for 1.1.0 beta release
This commit is contained in:
parent
4c1418f325
commit
67b7c21f87
@ -1,11 +1,12 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define THISFIRMWARE "AP_Periph V1.0"
|
#define THISFIRMWARE "AP_Periph V1.1"
|
||||||
|
|
||||||
// the following line is parsed by the autotest scripts
|
// the following line is parsed by the autotest scripts
|
||||||
#define FIRMWARE_VERSION 1,0,0,FIRMWARE_VERSION_TYPE_OFFICIAL
|
#define FIRMWARE_VERSION 1,1,0,FIRMWARE_VERSION_TYPE_BETA
|
||||||
|
|
||||||
#define FW_MAJOR 1
|
#define FW_MAJOR 1
|
||||||
#define FW_MINOR 0
|
#define FW_MINOR 1
|
||||||
#define FW_PATCH 0
|
#define FW_PATCH 0
|
||||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
|
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user