Add Discord RPC back with new features, add beta splitscreen support, PR's from MCLCE used in this https://github.com/MCLCE/MinecraftConsoles/pull/1044 https://github.com/MCLCE/MinecraftConsoles/pull/1136 https://github.com/MCLCE/MinecraftConsoles/pull/1245
8 lines
243 B
C
8 lines
243 B
C
#pragma once
|
|
|
|
#define VER_PRODUCTBUILD 560
|
|
#define VER_PRODUCTVERSION_STR_W L"DEV (unknown version)"
|
|
#define VER_FILEVERSION_STR_W VER_PRODUCTVERSION_STR_W
|
|
#define VER_BRANCHVERSION_STR_W L"UNKNOWN BRANCH"
|
|
#define VER_NETWORK VER_PRODUCTBUILD
|