mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-05-22 01:16:43 +00:00
- Add Modern Compression for worlds and .pck files. Currently unused until i get a world converter for recompress old worlds and .mcs to zstd - Moved Windows64 libs to "Libs" folder - Updated ProductBuild to TU30 - Renamed old GameHDD stuff to Saves
8 lines
243 B
C
8 lines
243 B
C
#pragma once
|
|
|
|
#define VER_PRODUCTBUILD 779
|
|
#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
|