Update installer version from 1.8.2 to 1.9

This commit is contained in:
Christian Hammacher 2023-12-30 23:22:50 +01:00
parent 363871a860
commit 589e796fb3
4 changed files with 5 additions and 10 deletions

View File

@ -15,11 +15,6 @@ program AMXInstaller;
}
uses
madExcept,
madLinkDisAsm,
madListHardware,
madListProcesses,
madListModules,
Forms,
UnitfrmMain in 'UnitfrmMain.pas' {frmMain},
UnitFunctions in 'UnitFunctions.pas',

Binary file not shown.

View File

@ -5733,7 +5733,7 @@ object frmMain: TfrmMain
BorderColor = clBtnShadow
Flat = True
ShowBorder = True
Version = '1.24'
Version = '1.29'
end
object frbAgree: TFlatRadioButton
Left = 10
@ -6360,7 +6360,7 @@ object frmMain: TfrmMain
Height = 21
Style = csDropDownList
Color = clWindow
ItemHeight = 13
ItemHeight = 0
Items.Strings = (
'None'
'Counter-Strike'
@ -6553,7 +6553,7 @@ object frmMain: TfrmMain
BorderColor = clBtnShadow
Flat = True
ShowBorder = True
Version = '1.24'
Version = '1.29'
end
end
end
@ -6615,7 +6615,7 @@ object frmMain: TfrmMain
Left = 492
Top = 8
Bitmap = {
494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
494C010102000400080010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000001000000001002000000000000010
00000000000000000000000000000000000000000000078DBE00078DBE00078D
BE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078D

View File

@ -149,7 +149,7 @@ var
frmMain: TfrmMain;
gMultiAccount: Boolean;
const VERSION = '1.8.2';
const VERSION = '1.9';
implementation