From d26bf0a15a3890f491a820dee5719f1e4de66b25 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Mon, 20 Jun 2022 07:47:54 -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 6e593d4..9e74426 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-20220620" +#define VERSION "1.1-SNAPSHOT-20220622" #define LOG_FILENAME "LOG.txt" #include "BlueSCSI.h"