mirror of https://github.com/ArduPilot/ardupilot
Copter: version to 3.3.3
This commit is contained in:
parent
6791ea3206
commit
acf2e10cd9
|
@ -1,7 +1,7 @@
|
|||
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||||
|
||||
#define THISFIRMWARE "APM:Copter V3.3.3-rc2"
|
||||
#define FIRMWARE_VERSION 3,3,3,FIRMWARE_VERSION_TYPE_RC
|
||||
#define THISFIRMWARE "APM:Copter V3.3.3"
|
||||
#define FIRMWARE_VERSION 3,3,3,FIRMWARE_VERSION_TYPE_OFFICIAL
|
||||
|
||||
/*
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Reference in New Issue