Skip to content

Commit 93c5be0

Browse files
committed
AP_Periph: version to 1.8.0 stable
1 parent 7ac8fe9 commit 93c5be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/AP_Periph/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include "ap_version.h"
88
#include <AP_HAL/AP_HAL.h>
99

10-
#define THISFIRMWARE "AP_Periph V1.8.0-dev"
10+
#define THISFIRMWARE "AP_Periph V1.8.0"
1111

1212
// defines needed due to lack of GCS includes
1313
#ifndef HAVE_ENUM_FIRMWARE_VERSION_TYPE
@@ -17,12 +17,12 @@
1717
#endif
1818

1919
// the following line is parsed by the autotest scripts
20-
#define FIRMWARE_VERSION 1,8,0,FIRMWARE_VERSION_TYPE_DEV
20+
#define FIRMWARE_VERSION 1,8,0,FIRMWARE_VERSION_TYPE_OFFICIAL
2121

2222
#define FW_MAJOR 1
2323
#define FW_MINOR 8
2424
#define FW_PATCH 0
25-
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV
25+
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL
2626

2727
#include <AP_Common/AP_FWVersionDefine.h>
2828
#include <AP_CheckFirmware/AP_CheckFirmwareDefine.h>

0 commit comments

Comments
 (0)