Skip to content
Snippets Groups Projects
Commit c1122da4 authored by LJ Sonic's avatar LJ Sonic
Browse files

2.2.14 pre1

parent 253f3a0c
No related branches found
No related tags found
No related merge requests found
Pipeline #5600 passed
...@@ -40,9 +40,10 @@ ...@@ -40,9 +40,10 @@
* Last updated 2023 / 05 / 02 - v2.2.11 - patch.pk3 & zones.pk3 * Last updated 2023 / 05 / 02 - v2.2.11 - patch.pk3 & zones.pk3
* Last updated 2023 / 09 / 06 - v2.2.12 - patch.pk3 * Last updated 2023 / 09 / 06 - v2.2.12 - patch.pk3
* Last updated 2023 / 09 / 09 - v2.2.13 - none * Last updated 2023 / 09 / 09 - v2.2.13 - none
* Last updated 2024 / 09 / 24 - v2.2.14 - main assets
*/ */
#define ASSET_HASH_SRB2_PK3 "ad911f29a28a18968ee5b2d11c2acb39" #define ASSET_HASH_SRB2_PK3 "4ef6f57eefdf263288cae12084791cd2"
#define ASSET_HASH_ZONES_PK3 "1c8adf8d079ecb87d00081f158acf3c7" #define ASSET_HASH_ZONES_PK3 "b7db0245434ca3ad61935ee36403e966"
#define ASSET_HASH_PLAYER_DTA "2e7aaae8a6b1b77d90ffe7606ceadb6c" #define ASSET_HASH_PLAYER_DTA "2e7aaae8a6b1b77d90ffe7606ceadb6c"
#ifdef USE_PATCH_DTA #ifdef USE_PATCH_DTA
#define ASSET_HASH_PATCH_PK3 "3c7b73f34af7e9a7bceb2d5260f76172" #define ASSET_HASH_PATCH_PK3 "3c7b73f34af7e9a7bceb2d5260f76172"
......
...@@ -168,7 +168,7 @@ extern char logfilename[1024]; ...@@ -168,7 +168,7 @@ extern char logfilename[1024];
// Does this version require an added patch file? // Does this version require an added patch file?
// Comment or uncomment this as necessary. // Comment or uncomment this as necessary.
#define USE_PATCH_DTA //#define USE_PATCH_DTA
// Enforce a limit of loaded WAD files. // Enforce a limit of loaded WAD files.
//#define ENFORCE_WAD_LIMIT //#define ENFORCE_WAD_LIMIT
......
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
#define MODVERSION 55 #define MODVERSION 55
// Define this as a prerelease version suffix (pre#, RC#) // Define this as a prerelease version suffix (pre#, RC#)
#define BETAVERSION "nightly" #define BETAVERSION "pre1"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment