浏览代码

Concatenate macro vars to ZULU_FW_VERSION

Alex Perez 3 年之前
父节点
当前提交
f6c409222a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/ZuluSCSI_config.h

+ 5 - 0
src/ZuluSCSI_config.h

@@ -3,6 +3,11 @@
 
 #pragma once
 
+// Use variables for version number
+#define FW_VER_NUM      "1.0.4"
+#define FW_VER_SUFFIX   "release"
+#define ZULU_FW_VERSION FW_VER_NUM "-" FW_VER_SUFFIX
+
 // Configuration and log file paths
 #define CONFIGFILE  "zuluscsi.ini"
 #define LOGFILE     "zululog.txt"