Skip to content

Commit

Permalink
v2024.12.08
Browse files Browse the repository at this point in the history
  • Loading branch information
erichelgeson committed Dec 8, 2024
1 parent 53a3d8b commit 2eecf5a
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.10.27"
#define FW_VER_SUFFIX "dev" // 3 char only - 'dev' or 'rel'
#define FW_VER_NUM "2024.12.08"
#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 2eecf5a

Please sign in to comment.