Bump version to 2.5.0

This commit is contained in:
Tixx 2025-06-28 20:21:17 +02:00
parent b64d645f73
commit 7bef6f35c2
No known key found for this signature in database
GPG Key ID: EC6E7A2BAABF0B8C

View File

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