Browse Source

Prepare for v2024.04.24 release

Alex Perez 6 months ago
parent
commit
94a0d4696c
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>
 #include <ZuluSCSI_platform_config.h>
 
 
 // Use variables for version number
 // Use variables for version number
-#define FW_VER_NUM      "25.04.24"
-#define FW_VER_SUFFIX   "dev"
+#define FW_VER_NUM      "25.04.25"
+#define FW_VER_SUFFIX   "release"
 
 
 #define DEF_STRINGFY(DEF) STRINGFY(DEF)
 #define DEF_STRINGFY(DEF) STRINGFY(DEF)
 #define STRINGFY(STR) #STR
 #define STRINGFY(STR) #STR