Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installer version from 1.8.2 to 1.9 #1088

Open
wants to merge 1 commit into
base: 1.9-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions installer/installer/AMXInstaller.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ program AMXInstaller;
}

uses
madExcept,
madLinkDisAsm,
madListHardware,
madListProcesses,
madListModules,
Forms,
UnitfrmMain in 'UnitfrmMain.pas' {frmMain},
UnitFunctions in 'UnitFunctions.pas',
Expand Down
Binary file modified installer/installer/AMXInstaller.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions installer/installer/UnitfrmMain.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -6360,7 +6360,7 @@ object frmMain: TfrmMain
Height = 21
Style = csDropDownList
Color = clWindow
ItemHeight = 13
ItemHeight = 0
Items.Strings = (
'None'
'Counter-Strike'
Expand Down Expand Up @@ -6553,7 +6553,7 @@ object frmMain: TfrmMain
BorderColor = clBtnShadow
Flat = True
ShowBorder = True
Version = '1.24'
Version = '1.29'
end
end
end
Expand Down Expand Up @@ -6615,7 +6615,7 @@ object frmMain: TfrmMain
Left = 492
Top = 8
Bitmap = {
494C010102000400040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
494C010102000400080010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
0000000000003600000028000000400000001000000001002000000000000010
00000000000000000000000000000000000000000000078DBE00078DBE00078D
BE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078DBE00078D
Expand Down
2 changes: 1 addition & 1 deletion installer/installer/UnitfrmMain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ TfrmMain = class(TForm)
frmMain: TfrmMain;
gMultiAccount: Boolean;

const VERSION = '1.8.2';
const VERSION = '1.9';

implementation

Expand Down