Bump version number

This commit is contained in:
rebtd7 2020-01-12 22:08:47 -03:00 committed by GitHub
parent 82f3b9335d
commit c470d53a9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {