ardupilot/ArduPlane/version.h

13 lines
273 B
C
Raw Normal View History

#pragma once
#include "ap_version.h"
2017-11-03 20:05:27 -03:00
#define THISFIRMWARE "ArduPlane V3.8.3beta3"
#define FIRMWARE_VERSION 3,8,3,FIRMWARE_VERSION_TYPE_BETA+2
#ifndef GIT_VERSION
#define FIRMWARE_STRING THISFIRMWARE
#else
#define FIRMWARE_STRING THISFIRMWARE " (" GIT_VERSION ")"
#endif