Skip to content

Commit 9cc2b9d

Browse files
rmackay9tridge
authored andcommitted
Plane: version to 4.6.0
1 parent 3b52c25 commit 9cc2b9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ArduPlane/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66

77
#include "ap_version.h"
88

9-
#define THISFIRMWARE "ArduPlane V4.6.0-beta6"
9+
#define THISFIRMWARE "ArduPlane V4.6.0"
1010

1111
// the following line is parsed by the autotest scripts
12-
#define FIRMWARE_VERSION 4,6,0,FIRMWARE_VERSION_TYPE_BETA+5
12+
#define FIRMWARE_VERSION 4,6,0,FIRMWARE_VERSION_TYPE_OFFICIAL
1313

1414
#define FW_MAJOR 4
1515
#define FW_MINOR 6
1616
#define FW_PATCH 0
17-
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA
17+
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
1818

1919
#include <AP_Common/AP_FWVersionDefine.h>
2020
#include <AP_CheckFirmware/AP_CheckFirmwareDefine.h>

0 commit comments

Comments
 (0)