浏览代码

Bump version number for 1.0.5-release

Cherry picked dev commits
https://github.com/rabbitholecomputing/ZuluSCSI-firmware/commit/a0898e045912a1501eb895ea4df79ce57eff952e
https://github.com/rabbitholecomputing/ZuluSCSI-firmware/commit/9ea81a326f93285d6627b093ce28feee77749e47
J. Morio Sakaguchi 3 年之前
父节点
当前提交
374a553d4b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ZuluSCSI_config.h

+ 1 - 1
src/ZuluSCSI_config.h

@@ -4,7 +4,7 @@
 #pragma once
 
 // Use variables for version number
-#define FW_VER_NUM      "1.0.4"
+#define FW_VER_NUM      "1.0.5"
 #define FW_VER_SUFFIX   "release"
 #define ZULU_FW_VERSION FW_VER_NUM "-" FW_VER_SUFFIX