Browse Source

Prepare for ZuluSCSI v2025.03.10 firmware release

This firmware release is the first to support the new RP2350B-based ZuluSCSI Blaster full-sized board.
Alex Perez 8 months ago
parent
commit
fbb5dfb431
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/ZuluSCSI_config.h

+ 2 - 2
src/ZuluSCSI_config.h

@@ -27,8 +27,8 @@
 #include <ZuluSCSI_platform_config.h>
 
 // Use variables for version number
-#define FW_VER_NUM      "25.03.08"
-#define FW_VER_SUFFIX   "rc1"
+#define FW_VER_NUM      "25.03.10"
+#define FW_VER_SUFFIX   "release"
 
 #define DEF_STRINGFY(DEF) STRINGFY(DEF)
 #define STRINGFY(STR) #STR