Explorar el Código

Prepare for v2025.04.10 release

Alex Perez hace 7 meses
padre
commit
11d50a379e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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.04.08"
-#define FW_VER_SUFFIX   "dev"
+#define FW_VER_NUM      "25.04.10"
+#define FW_VER_SUFFIX   "release"
 
 #define DEF_STRINGFY(DEF) STRINGFY(DEF)
 #define STRINGFY(STR) #STR