Browse Source

Copter: version to 4.0.5-rc1

copter407
Randy Mackay 4 years ago
parent
commit
0a92311bfe
  1. 8
      ArduCopter/version.h

8
ArduCopter/version.h

@ -6,12 +6,12 @@
#include "ap_version.h" #include "ap_version.h"
#define THISFIRMWARE "ArduCopter V4.0.4" #define THISFIRMWARE "ArduCopter V4.0.5-rc1"
// the following line is parsed by the autotest scripts // the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 4,0,4,FIRMWARE_VERSION_TYPE_OFFICIAL #define FIRMWARE_VERSION 4,0,5,FIRMWARE_VERSION_TYPE_RC
#define FW_MAJOR 4 #define FW_MAJOR 4
#define FW_MINOR 0 #define FW_MINOR 0
#define FW_PATCH 4 #define FW_PATCH 5
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL #define FW_TYPE FIRMWARE_VERSION_TYPE_RC

Loading…
Cancel
Save