From 5506a900422f55fa5b1932d52f24f31acb8ad517 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Thu, 22 Dec 2022 08:55:46 -0600 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 e18173b..c833159 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-20221203" +#define VERSION "1.1-20221222-SNAPSHOT" #define LOG_FILENAME "LOG.txt" #include "BlueSCSI.h"