mirror of https://github.com/ArduPilot/ardupilot
Rover: Creating Rover 3.2.0 BETA 1.
This commit is contained in:
parent
02976168cc
commit
0f671394e5
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Rover V3.2.0-dev"
|
||||
#define FIRMWARE_VERSION 3,2,0,FIRMWARE_VERSION_TYPE_DEV
|
||||
#define THISFIRMWARE "APM:Rover V3.2.0-beta1"
|
||||
#define FIRMWARE_VERSION 3,2,0,FIRMWARE_VERSION_TYPE_BETA
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue