5 changed files with 26 additions and 11 deletions
@ -1,12 +1,13 @@
@@ -1,12 +1,13 @@
|
||||
#pragma once |
||||
|
||||
#include "ap_version.h" |
||||
#include "AP_Common/AP_FWVersion.h" |
||||
|
||||
#define THISFIRMWARE "ArduPlane V3.8.1-dev" |
||||
|
||||
// the following line is parsed by the autotest scripts
|
||||
#define FIRMWARE_VERSION 3,8,1,FIRMWARE_VERSION_TYPE_DEV |
||||
|
||||
#ifndef GIT_VERSION |
||||
#define FIRMWARE_STRING THISFIRMWARE |
||||
#else |
||||
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")" |
||||
#endif |
||||
#define FW_MAJOR 3 |
||||
#define FW_MINOR 8 |
||||
#define FW_PATCH 1 |
||||
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV |
||||
|
Loading…
Reference in new issue