Increment version number

This commit is contained in:
rebtd7 2021-03-11 09:47:01 -03:00 committed by GitHub
parent f2c53b9735
commit 60f6031179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,9 +412,9 @@ void MainContext::FF13_2_CreateSetFrameRateCodeBlock()
}
void MainContext::PrintVersionInfo() {
PrintLog("FF13Fix 1.5.1 https://github.com/rebtd7/FF13Fix");
PrintLog("FF13Fix 1.5.2 https://github.com/rebtd7/FF13Fix");
}
bool MainContext::AreAlmostTheSame(float a, float b) {
return fabs(a - b) < 0.01f;
}
}