Ver Fonte

Prepare for RP2040-specific USB Mass Storage beta release

Alex Perez há 10 meses atrás
pai
commit
ab43b41699
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/ZuluSCSI_config.h

+ 2 - 2
src/ZuluSCSI_config.h

@@ -28,8 +28,8 @@
 #include <ZuluSCSI_platform_config.h>
 
 // Use variables for version number
-#define FW_VER_NUM      "24.12.19"
-#define FW_VER_SUFFIX   "devel"
+#define FW_VER_NUM      "24.12.24"
+#define FW_VER_SUFFIX   "tech-preview"
 
 #define DEF_STRINGFY(DEF) STRINGFY(DEF)
 #define STRINGFY(STR) #STR