Skip to content

Commit af9fa92

Browse files
committed
Update launch.rc for local builds
1 parent 38e9207 commit af9fa92

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

Client/launch/launch.rc

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,11 @@
1313
#undef APSTUDIO_READONLY_SYMBOLS
1414

1515
/////////////////////////////////////////////////////////////////////////////
16-
// English (U.S.) resources
16+
// English (United States) resources
1717

1818
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19-
#ifdef _WIN32
2019
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2120
#pragma code_page(1252)
22-
#endif //_WIN32
2321

2422
#ifdef APSTUDIO_INVOKED
2523
/////////////////////////////////////////////////////////////////////////////
@@ -46,18 +44,16 @@ END
4644

4745
#endif // APSTUDIO_INVOKED
4846

49-
#endif // English (U.S.) resources
47+
#endif // English (United States) resources
5048
/////////////////////////////////////////////////////////////////////////////
5149

5250

5351
/////////////////////////////////////////////////////////////////////////////
54-
// English (U.K.) resources
52+
// English (United Kingdom) resources
5553

5654
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
57-
#ifdef _WIN32
5855
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
5956
#pragma code_page(1252)
60-
#endif //_WIN32
6157

6258
/////////////////////////////////////////////////////////////////////////////
6359
//
@@ -68,14 +64,15 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
6864
// remains consistent on all systems.
6965
IDI_ICON1 ICON "resource\\mtaicon.ico"
7066

67+
7168
/////////////////////////////////////////////////////////////////////////////
7269
//
7370
// Version
7471
//
7572

7673
VS_VERSION_INFO VERSIONINFO
77-
FILEVERSION 1,4,0,0
78-
PRODUCTVERSION 1,4,0,0
74+
FILEVERSION 1,5,8,0
75+
PRODUCTVERSION 1,5,8,0
7976
FILEFLAGSMASK 0x17L
8077
#ifdef _DEBUG
8178
FILEFLAGS 0x1L
@@ -92,10 +89,10 @@ BEGIN
9289
BEGIN
9390
VALUE "CompanyName", "Multi Theft Auto"
9491
VALUE "FileDescription", "Multi Theft Auto Launcher"
95-
VALUE "FileVersion", "1.4.0.0"
96-
VALUE "LegalCopyright", "(C) 2003 - 2014 Multi Theft Auto"
92+
VALUE "FileVersion", "1.5.8.0"
93+
VALUE "LegalCopyright", "(C) 2003 - 2021 Multi Theft Auto"
9794
VALUE "ProductName", "MTA San Andreas"
98-
VALUE "ProductVersion", "1.4.0.0"
95+
VALUE "ProductVersion", "1.5.8.0"
9996
END
10097
END
10198
BLOCK "VarFileInfo"
@@ -104,7 +101,7 @@ BEGIN
104101
END
105102
END
106103

107-
#endif // English (U.K.) resources
104+
#endif // English (United Kingdom) resources
108105
/////////////////////////////////////////////////////////////////////////////
109106

110107

0 commit comments

Comments
 (0)