Skip to content

Commit a4a3b5b

Browse files
committed
2.2.13
1 parent 7debef1 commit a4a3b5b

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.2.12.{branch}-{build}
1+
version: 2.2.13.{branch}-{build}
22
os: MinGW
33

44
environment:

src/config.h.in

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
* Last updated 2021 / 05 / 06 - v2.2.9 - patch.pk3 & zones.pk3
3939
* Last updated 2022 / 03 / 06 - v2.2.10 - main assets
4040
* 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
4143
*/
4244
#define ASSET_HASH_SRB2_PK3 "ad911f29a28a18968ee5b2d11c2acb39"
4345
#define ASSET_HASH_ZONES_PK3 "1c8adf8d079ecb87d00081f158acf3c7"

src/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 !! */
22

33
// The Modification ID; must be obtained from a Master Server Admin ( https://mb.srb2.org/members/?key=ms_admin ).
44
// DO NOT try to set this otherwise, or your modification will be unplayable through the Master Server.
@@ -9,7 +9,7 @@
99
// it's only for detection of the version the player is using so the MS can alert them of an update.
1010
// Only set it higher, not lower, obviously.
1111
// 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
1313

1414
// Define this as a prerelease version suffix (pre#, RC#)
1515
//#define BETAVERSION "pre1"

src/win32/Srb2win.rc

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ END
7777
#include "../doomdef.h" // Needed for version string
7878

7979
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
8282
FILEFLAGSMASK 0x3fL
8383
#ifdef _DEBUG
8484
FILEFLAGS 0x1L

0 commit comments

Comments
 (0)