We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f68f2 commit a480c0aCopy full SHA for a480c0a
ArduCopter/version.h
@@ -6,14 +6,14 @@
6
7
#include "ap_version.h"
8
9
-#define THISFIRMWARE "ArduCopter V4.2.3-rc3"
+#define THISFIRMWARE "ArduCopter V4.2.3"
10
11
// the following line is parsed by the autotest scripts
12
-#define FIRMWARE_VERSION 4,2,3,FIRMWARE_VERSION_TYPE_RC+3
+#define FIRMWARE_VERSION 4,2,3,FIRMWARE_VERSION_TYPE_OFFICIAL
13
14
#define FW_MAJOR 4
15
#define FW_MINOR 2
16
#define FW_PATCH 3
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