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 a02a23e commit 6789216Copy full SHA for 6789216
Rover/version.h
@@ -6,14 +6,14 @@
6
7
#include "ap_version.h"
8
9
-#define THISFIRMWARE "ArduRover V4.2.0-rc4"
+#define THISFIRMWARE "ArduRover V4.2.0"
10
11
// the following line is parsed by the autotest scripts
12
-#define FIRMWARE_VERSION 4,2,0,FIRMWARE_VERSION_TYPE_RC+4
+#define FIRMWARE_VERSION 4,2,0,FIRMWARE_VERSION_TYPE_OFFICIAL
13
14
#define FW_MAJOR 4
15
#define FW_MINOR 2
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