Bump version to v2.5.1

This commit is contained in:
Tixx 2025-07-08 13:24:32 +02:00
parent f104451bb9
commit 406c79ef82
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

@ -84,7 +84,7 @@ std::string GetVer() {
return "2.5"; return "2.5";
} }
std::string GetPatch() { std::string GetPatch() {
return ".0"; return ".1";
} }
beammp_fs_string GetEP(const beammp_fs_char* P) { beammp_fs_string GetEP(const beammp_fs_char* P) {