mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-23 04:18:13 +05:00
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
|