File tree 6 files changed +9
-7
lines changed
6 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- version : 2.2.10 .{branch}-{build}
1
+ version : 2.2.11 .{branch}-{build}
2
2
os : MinGW
3
3
4
4
environment :
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ set(SRB2_ASSETS_GAME
29
29
"srb2.pk3"
30
30
"player.dta"
31
31
"zones.pk3"
32
+ "patch.pk3"
32
33
"music.dta"
33
34
"models.dat"
34
35
)
Original file line number Diff line number Diff line change 27
27
* Last updated 2020 / 10 / 02 - v2.2.8 - patch.pk3
28
28
* Last updated 2021 / 05 / 06 - v2.2.9 - patch.pk3 & zones.pk3
29
29
* Last updated 2022 / 03 / 06 - v2.2.10 - main assets
30
+ * Last updated 2023 / 05 / 02 - v2.2.11 - patch.pk3 & zones.pk3
30
31
*/
31
32
#define ASSET_HASH_SRB2_PK3 "ad911f29a28a18968ee5b2d11c2acb39"
32
- #define ASSET_HASH_ZONES_PK3 "188a2bfd552196609323fc91ec1cdb22 "
33
+ #define ASSET_HASH_ZONES_PK3 "1c8adf8d079ecb87d00081f158acf3c7 "
33
34
#define ASSET_HASH_PLAYER_DTA "2e7aaae8a6b1b77d90ffe7606ceadb6c"
34
35
#ifdef USE_PATCH_DTA
35
- #define ASSET_HASH_PATCH_PK3 "7d467a883f7887b3c311798ee2f56b6a "
36
+ #define ASSET_HASH_PATCH_PK3 "2e69558bce3b9610624549a75e29e19b "
36
37
#endif
37
38
38
39
#endif
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ extern char logfilename[1024];
152
152
153
153
// Does this version require an added patch file?
154
154
// Comment or uncomment this as necessary.
155
- // #define USE_PATCH_DTA
155
+ #define USE_PATCH_DTA
156
156
157
157
// Enforce a limit of loaded WAD files.
158
158
//#define ENFORCE_WAD_LIMIT
Original file line number Diff line number Diff line change 12
12
#define MODVERSION 52
13
13
14
14
// Define this as a prerelease version suffix (pre#, RC#)
15
- #define BETAVERSION "pre3 "
15
+ // #define BETAVERSION "pre1 "
Original file line number Diff line number Diff line change 77
77
#include "../doomdef.h" // Needed for version string
78
78
79
79
VS_VERSION_INFO VERSIONINFO
80
- FILEVERSION 2,2,10 ,0
81
- PRODUCTVERSION 2,2,10 ,0
80
+ FILEVERSION 2,2,11 ,0
81
+ PRODUCTVERSION 2,2,11 ,0
82
82
FILEFLAGSMASK 0x3fL
83
83
#ifdef _DEBUG
84
84
FILEFLAGS 0x1L
You can’t perform that action at this time.
0 commit comments