Skip to content

Commit

Permalink
Sub: version to 4.1.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxzer committed Nov 26, 2019
1 parent 25cf389 commit 95124eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ArduSub/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

#include "ap_version.h"

#define THISFIRMWARE "ArduSub V3.7.0-dev"
#define THISFIRMWARE "ArduSub V4.1.0dev"

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

#define FW_MAJOR 3
#define FW_MINOR 7
#define FW_MAJOR 4
#define FW_MINOR 1
#define FW_PATCH 0
#define FW_TYPE FIRMWARE_VERSION_TYPE_DEV

0 comments on commit 95124eb

Please sign in to comment.