From 7c6f9aef7572363bd2ee51672defda7325be811c Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sat, 17 Sep 2022 09:47:03 -0500 Subject: [PATCH] v1.1-20220917 --- src/BlueSCSI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlueSCSI.cpp b/src/BlueSCSI.cpp index 9156b36..2d3abcc 100644 --- a/src/BlueSCSI.cpp +++ b/src/BlueSCSI.cpp @@ -44,7 +44,7 @@ // 2: Debug information output to LOG.txt (slow) // Log File -#define VERSION "1.1-SNAPSHOT-20220627" +#define VERSION "1.1-20220917" #define LOG_FILENAME "LOG.txt" #include "BlueSCSI.h"