Skip to content

Commit

Permalink
AP_Periph: bump version to v1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Nov 9, 2023
1 parent 04947fc commit 195260c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AP_Periph/version.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#pragma once
#include <GCS_MAVLink/GCS_MAVLink.h>

#define THISFIRMWARE "GNSSPeriph V1.10"
#define THISFIRMWARE "GNSSPeriph V1.11"

// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 1,0,0,FIRMWARE_VERSION_TYPE_DEV

#define FW_MAJOR 1
#define FW_MINOR 10
#define FW_MINOR 11
#define FW_PATCH 0
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV

Expand Down

0 comments on commit 195260c

Please sign in to comment.