5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-06 05:34:09 -04:00
ardupilot/ArduPlane/version.h

13 lines
271 B
C
Raw Normal View History

#pragma once
#include "ap_version.h"
#define THISFIRMWARE "ArduPlane V3.6.0beta1"
#define FIRMWARE_VERSION 3,6,0,FIRMWARE_VERSION_TYPE_BETA
#ifndef GIT_VERSION
#define FIRMWARE_STRING THISFIRMWARE
#else
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")"
#endif