Skip to content

Commit

Permalink
Iterate version string post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezbios authored May 5, 2023
1 parent bb74a3b commit d6cb82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZuluSCSI_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#include <ZuluSCSI_platform.h>

// Use variables for version number
#define FW_VER_NUM "23.05.04"
#define FW_VER_SUFFIX "release"
#define FW_VER_NUM "23.05.05"
#define FW_VER_SUFFIX "devel"
#define ZULU_FW_VERSION FW_VER_NUM "-" FW_VER_SUFFIX

// Configuration and log file paths
Expand Down

0 comments on commit d6cb82f

Please sign in to comment.