Skip to content

Commit 0fabc1c

Browse files
committed
AP_Periph: version to 1.9.0-dev
1 parent 65acb0f commit 0fabc1c

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.9.0-dev"
1111

1212
// defines needed due to lack of GCS includes
1313
#ifndef HAVE_ENUM_FIRMWARE_VERSION_TYPE
@@ -17,10 +17,10 @@
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,9,0,FIRMWARE_VERSION_TYPE_DEV
2121

2222
#define FW_MAJOR 1
23-
#define FW_MINOR 8
23+
#define FW_MINOR 9
2424
#define FW_PATCH 0
2525
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV
2626

0 commit comments

Comments
 (0)