From 8060ff98ca28c1b40aa73dd55ba2c5bc1e88a5ed Mon Sep 17 00:00:00 2001 From: Lyall Stamper Date: Sun, 4 Feb 2024 11:15:07 +0000 Subject: [PATCH] Version bump. --- src/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dllmain.cpp b/src/dllmain.cpp index a4fa524..520882d 100644 --- a/src/dllmain.cpp +++ b/src/dllmain.cpp @@ -12,7 +12,7 @@ HMODULE baseModule = GetModuleHandle(NULL); // Logger and config setup inipp::Ini ini; string sFixName = "P3RFix"; -string sFixVer = "1.0.1"; +string sFixVer = "1.0.2"; string sLogFile = "P3RFix.log"; string sConfigFile = "P3RFix.ini"; string sExeName;