mirror of https://github.com/ArduPilot/ardupilot
Tracker: update version to 0.7.3
This is done because of the text severity change. The GCSs need a unique version from which they can be sure the severities have changed.
This commit is contained in:
parent
767b4da5b6
commit
3db22a9c27
|
@ -1,7 +1,7 @@
|
|||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#define THISFIRMWARE "AntennaTracker V0.7.2"
|
||||
#define FIRMWARE_VERSION 0,7,2,FIRMWARE_VERSION_TYPE_DEV
|
||||
#define THISFIRMWARE "AntennaTracker V0.7.3"
|
||||
#define FIRMWARE_VERSION 0,7,3,FIRMWARE_VERSION_TYPE_DEV
|
||||
|
||||
/*
|
||||
Lead developers: Matthew Ridley and Andrew Tridgell
|
||||
|
|
Loading…
Reference in New Issue