File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- version : 2.2.12 .{branch}-{build}
1
+ version : 2.2.13 .{branch}-{build}
2
2
os : MinGW
3
3
4
4
environment :
Original file line number Diff line number Diff line change 38
38
* Last updated 2021 / 05 / 06 - v2.2.9 - patch.pk3 & zones.pk3
39
39
* Last updated 2022 / 03 / 06 - v2.2.10 - main assets
40
40
* Last updated 2023 / 05 / 02 - v2.2.11 - patch.pk3 & zones.pk3
41
+ * Last updated 2023 / 09 / 06 - v2.2.12 - patch.pk3
42
+ * Last updated 2023 / 09 / 09 - v2.2.13 - none
41
43
*/
42
44
#define ASSET_HASH_SRB2_PK3 "ad911f29a28a18968ee5b2d11c2acb39"
43
45
#define ASSET_HASH_ZONES_PK3 "1c8adf8d079ecb87d00081f158acf3c7"
Original file line number Diff line number Diff line change 1
- #define SRB2VERSION "2.2.12 "/* this must be the first line, for cmake !! */
1
+ #define SRB2VERSION "2.2.13 "/* this must be the first line, for cmake !! */
2
2
3
3
// The Modification ID; must be obtained from a Master Server Admin ( https://mb.srb2.org/members/?key=ms_admin ).
4
4
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
9
9
// it's only for detection of the version the player is using so the MS can alert them of an update.
10
10
// Only set it higher, not lower, obviously.
11
11
// Note that we use this to help keep internal testing in check; this is why v2.2.0 is not version "1".
12
- #define MODVERSION 53
12
+ #define MODVERSION 54
13
13
14
14
// Define this as a prerelease version suffix (pre#, RC#)
15
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,12 ,0
81
- PRODUCTVERSION 2,2,12 ,0
80
+ FILEVERSION 2,2,13 ,0
81
+ PRODUCTVERSION 2,2,13 ,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