Explorar el Código

Update ZuluSCSI_config.h

Alex Perez hace 11 meses
padre
commit
0771c8ff7d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/ZuluSCSI_config.h

+ 1 - 1
src/ZuluSCSI_config.h

@@ -29,7 +29,7 @@
 
 // Use variables for version number
 #define FW_VER_NUM      "24.12.12"
-#define FW_VER_SUFFIX   "dev"
+#define FW_VER_SUFFIX   "release"
 
 #define DEF_STRINGFY(DEF) STRINGFY(DEF)
 #define STRINGFY(STR) #STR