2026-03-01 12:16:08 +08:00
|
|
|
#include "stdafx.h"
|
|
|
|
|
#include "ClientConstants.h"
|
|
|
|
|
|
2026-03-09 03:25:05 -05:00
|
|
|
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft LCE ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
|
|
|
|
const wstring ClientConstants::BRANCH_STRING = VER_BRANCHVERSION_STR_W;
|