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 bed5a71 commit ea559a5Copy full SHA for ea559a5
ArduCopter/version.h
@@ -6,14 +6,14 @@
6
7
#include "ap_version.h"
8
9
-#define THISFIRMWARE "ArduCopter V4.1.0-rc4"
+#define THISFIRMWARE "ArduCopter V4.1.0"
10
11
// the following line is parsed by the autotest scripts
12
-#define FIRMWARE_VERSION 4,1,0,FIRMWARE_VERSION_TYPE_RC+4
+#define FIRMWARE_VERSION 4,1,0,FIRMWARE_VERSION_TYPE_OFFICIAL
13
14
#define FW_MAJOR 4
15
#define FW_MINOR 1
16
#define FW_PATCH 0
17
-#define FW_TYPE FIRMWARE_VERSION_TYPE_RC
+#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
18
19
#include <AP_Common/AP_FWVersionDefine.h>
0 commit comments