Skip to content

Commit

Permalink
v2024.09.15
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Sep 15, 2024
1 parent bb7c2eb commit 57bfea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BlueSCSI_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
#include <BlueSCSI_platform.h>

// Use variables for version number
#define FW_VER_NUM "2024.05.22"
#define FW_VER_SUFFIX "dev" // 3 char only - 'dev' or 'rel'
#define FW_VER_NUM "2024.09.15"
#define FW_VER_SUFFIX "rel" // 3 char only - 'dev' or 'rel'
#define BLUESCSI_FW_VERSION FW_VER_NUM "-" FW_VER_SUFFIX

// Configuration and log file paths
Expand Down

0 comments on commit 57bfea6

Please sign in to comment.