Skip to content

Commit

Permalink
Sub: version to 4.5.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 2, 2024
1 parent 57a8b3b commit cd2fe2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ArduSub/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
APM:Sub Release Notes:

Sub-4.5.0 beta3 2-September-2024
- Add BMP390 support to Navigator

Sub-4.5.0 beta2 18-July-2024
- Created ORIGIN_LAT/LON/ALT parameters for setting a default efk origin when no positioning sensor is available
- Allow estimating the World Magnetic Model using location or ekf origin instead of GPS
Expand Down
6 changes: 3 additions & 3 deletions ArduSub/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

#include "ap_version.h"

#define THISFIRMWARE "ArduSub V4.5.0-beta2"
#define THISFIRMWARE "ArduSub V4.5.0-beta3"

// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 4,5,0,FIRMWARE_VERSION_TYPE_BETA+1
#define FIRMWARE_VERSION 4,5,0,FIRMWARE_VERSION_TYPE_BETA+2

#define FW_MAJOR 4
#define FW_MINOR 5
#define FW_PATCH 0
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+1
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA+2

#include <AP_Common/AP_FWVersionDefine.h>

0 comments on commit cd2fe2a

Please sign in to comment.