mirror of https://github.com/ArduPilot/ardupilot
Rover: Creating beta release 3.2.0 Beta2
This commit is contained in:
parent
00204367fc
commit
192ffdcca8
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include "ap_version.h"
|
||||
|
||||
#define THISFIRMWARE "APM:Rover V3.2.0-beta1"
|
||||
#define FIRMWARE_VERSION 3,2,0,FIRMWARE_VERSION_TYPE_BETA
|
||||
#define THISFIRMWARE "APM:Rover V3.2.0-beta2"
|
||||
#define FIRMWARE_VERSION 3,2,0,FIRMWARE_VERSION_TYPE_BETA+1
|
||||
|
||||
#ifndef GIT_VERSION
|
||||
#define FIRMWARE_STRING THISFIRMWARE
|
||||
|
|
Loading…
Reference in New Issue