Add -onb to Version string

This commit is contained in:
ONBcode 2024-04-09 20:50:42 -03:00
parent 0dc0f3c104
commit 3ab98c440e

View File

@ -35,7 +35,7 @@ wstring getMeosDate() {
} }
wstring getBuildType() { wstring getBuildType() {
return L"RC 1"; // No parantheses (...) return L"RC 1-onb"; // No parantheses (...)
} }
wstring getMajorVersion() { wstring getMajorVersion() {