Skip to content

Commit 142aece

Browse files
rmackay9tridge
authored andcommitted
Plane: version to 4.5.5
1 parent 0c1cd32 commit 142aece

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ArduPlane/version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
#include "ap_version.h"
88

9-
#define THISFIRMWARE "ArduPlane V4.5.5-beta2"
9+
#define THISFIRMWARE "ArduPlane V4.5.5"
1010

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

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

1919
#include <AP_Common/AP_FWVersionDefine.h>

0 commit comments

Comments
 (0)