We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85de033 commit aae944aCopy full SHA for aae944a
ArduCopter/version.h
@@ -6,12 +6,12 @@
6
7
#include "ap_version.h"
8
9
-#define THISFIRMWARE "ArduCopter V4.0.2-rc4"
+#define THISFIRMWARE "ArduCopter V4.0.2"
10
11
// the following line is parsed by the autotest scripts
12
-#define FIRMWARE_VERSION 4,0,2,FIRMWARE_VERSION_TYPE_RC
+#define FIRMWARE_VERSION 4,0,2,FIRMWARE_VERSION_TYPE_OFFICIAL
13
14
#define FW_MAJOR 4
15
#define FW_MINOR 0
16
#define FW_PATCH 2
17
-#define FW_TYPE FIRMWARE_VERSION_TYPE_RC
+#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
0 commit comments