mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-18 11:54:14 +01:00
Bumped version number to 1.3d
--HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40311
This commit is contained in:
parent
5bf3768e1f
commit
545290e6ac
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
object frmMain: TfrmMain
|
object frmMain: TfrmMain
|
||||||
Left = 311
|
Left = 333
|
||||||
Top = 491
|
Top = 271
|
||||||
BorderIcons = [biSystemMenu, biMinimize]
|
BorderIcons = [biSystemMenu, biMinimize]
|
||||||
BorderStyle = bsSingle
|
BorderStyle = bsSingle
|
||||||
Caption = 'Metamod:Source Installer'
|
Caption = 'Metamod:Source Installer'
|
||||||
@ -6584,6 +6584,8 @@ object frmMain: TfrmMain
|
|||||||
Width = 509
|
Width = 509
|
||||||
Height = 24
|
Height = 24
|
||||||
AdvColorBorder = 0
|
AdvColorBorder = 0
|
||||||
|
Color = clBtnFace
|
||||||
|
ColorBorder = 8623776
|
||||||
MaxValue = 8
|
MaxValue = 8
|
||||||
Progress = 0
|
Progress = 0
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
@ -6607,6 +6609,8 @@ object frmMain: TfrmMain
|
|||||||
Width = 509
|
Width = 509
|
||||||
Height = 24
|
Height = 24
|
||||||
AdvColorBorder = 0
|
AdvColorBorder = 0
|
||||||
|
Color = clBtnFace
|
||||||
|
ColorBorder = 8623776
|
||||||
Progress = 0
|
Progress = 0
|
||||||
Font.Charset = DEFAULT_CHARSET
|
Font.Charset = DEFAULT_CHARSET
|
||||||
Font.Color = clWindowText
|
Font.Color = clWindowText
|
||||||
|
@ -132,7 +132,7 @@ type
|
|||||||
var
|
var
|
||||||
frmMain: TfrmMain;
|
frmMain: TfrmMain;
|
||||||
|
|
||||||
var VERSION: String = '1.3';
|
var VERSION: String = '1.3d';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user