Bump version to v2.6.2

This commit is contained in:
Tixx
2025-09-16 20:09:56 +02:00
parent 5737e27bf3
commit 6c3bfda23b

View File

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