From 452930940c64fb214f9f22344d089836e428ac8b Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sun, 18 Sep 2022 15:30:42 -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 2d3abcc..9097abf 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-20220917" +#define VERSION "1.1-20220918-SNAPSHOT" #define LOG_FILENAME "LOG.txt" #include "BlueSCSI.h"