Explorar el Código

Prepare for v2025.02.21 release

Alex Perez hace 8 meses
padre
commit
e4be9ed599
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.02.20"
-#define FW_VER_SUFFIX   "devel"
+#define FW_VER_NUM      "25.02.21"
+#define FW_VER_SUFFIX   "release"
 
 #define DEF_STRINGFY(DEF) STRINGFY(DEF)
 #define STRINGFY(STR) #STR