From ca9089b405dee8cfef8ddab2da134885ec36abd7 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sun, 26 Jun 2022 09:35:44 -0500 Subject: [PATCH] v1.1-20220626 --- src/BlueSCSI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BlueSCSI.cpp b/src/BlueSCSI.cpp index e3a1634..15d51aa 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-20220622" +#define VERSION "1.1-20220626" #define LOG_FILENAME "LOG.txt" #include "BlueSCSI.h"