From 9e746ba145e6789a2fdac6816825c62b762507eb Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sat, 8 Jul 2023 12:06:50 -0500 Subject: [PATCH] Back to snapshot --- src/BlueSCSI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlueSCSI.cpp b/src/BlueSCSI.cpp index 5a90c0b..78a686f 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-20230708" +#define VERSION "1.1-20230709-SNAPSHOT" #define LOG_FILENAME "LOG.txt" #include "BlueSCSI.h"