From c470d53a9edfee8afc80dec7a0c1723b929d43f3 Mon Sep 17 00:00:00 2001 From: rebtd7 <59185507+rebtd7@users.noreply.github.com> Date: Sun, 12 Jan 2020 22:08:47 -0300 Subject: [PATCH] Bump version number --- d3d9ex/AutoFix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d3d9ex/AutoFix.cpp b/d3d9ex/AutoFix.cpp index 60629ff..bf99bd8 100644 --- a/d3d9ex/AutoFix.cpp +++ b/d3d9ex/AutoFix.cpp @@ -303,7 +303,7 @@ void MainContext::ChangeMemoryProtectionToReadWriteExecute(void* address, const } void MainContext::PrintVersionInfo() { - PrintLog("FF13Fix 1.3 https://github.com/rebtd7/FF13Fix"); + PrintLog("FF13Fix 1.3.1 https://github.com/rebtd7/FF13Fix"); } bool MainContext::AreAlmostTheSame(float a, float b) {