Skip to content

Commit 58b6598

Browse files
committed
Bump hardcoded versions
1 parent ddab277 commit 58b6598

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed
1 Byte
Binary file not shown.

Client/launch/launch.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ IDI_ICON1 ICON "resource\\mtaicon.ico"
7171
//
7272

7373
VS_VERSION_INFO VERSIONINFO
74-
FILEVERSION 1,5,9,0
75-
PRODUCTVERSION 1,5,9,0
74+
FILEVERSION 1,6,0,0
75+
PRODUCTVERSION 1,6,0,0
7676
FILEFLAGSMASK 0x17L
7777
#ifdef _DEBUG
7878
FILEFLAGS 0x1L
@@ -89,10 +89,10 @@ BEGIN
8989
BEGIN
9090
VALUE "CompanyName", "Multi Theft Auto"
9191
VALUE "FileDescription", "Multi Theft Auto Launcher"
92-
VALUE "FileVersion", "1.5.9.0"
92+
VALUE "FileVersion", "1.6.0.0"
9393
VALUE "LegalCopyright", "(C) 2003 - 2022 Multi Theft Auto"
9494
VALUE "ProductName", "MTA San Andreas"
95-
VALUE "ProductVersion", "1.5.9.0"
95+
VALUE "ProductVersion", "1.6.0.0"
9696
END
9797
END
9898
BLOCK "VarFileInfo"

Server/mods/deathmatch/logic/CResourceChecker.Data.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,8 @@ namespace
294294
{"svgGetSize", "1.5.8-9.20979"},
295295
{"svgSetDocumentXML", "1.5.8-9.20979"},
296296
{"svgSetSize", "1.5.8-9.20979"},
297+
298+
// Features added in 1.6.0
297299
};
298300

299301
SVersionItem serverFunctionInitList[] = {
@@ -408,6 +410,8 @@ namespace
408410
{"onResourceLoadStateChange", "1.5.8-9.20809"},
409411
{"onElementInteriorChange", "1.5.8-9.20837"},
410412
{"onPlayerResourceStart", "1.5.8-9.20957"},
413+
414+
// Features added in 1.6.0
411415
};
412416

413417
//
Loading

Shared/sdk/net/bitstream.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ enum class eBitStreamVersion : unsigned short
481481
// 2022-01-16 0x76
482482
Discord_Cleanup,
483483

484+
//
485+
// 1.6.0 RELEASED - 202x-xx-xx
486+
//
487+
484488
// This allows us to automatically increment the BitStreamVersion when things are added to this enum.
485489
// Make sure you only add things above this comment.
486490
Next,

0 commit comments

Comments
 (0)