mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +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
|
||||
Left = 311
|
||||
Top = 491
|
||||
Left = 333
|
||||
Top = 271
|
||||
BorderIcons = [biSystemMenu, biMinimize]
|
||||
BorderStyle = bsSingle
|
||||
Caption = 'Metamod:Source Installer'
|
||||
@ -6584,6 +6584,8 @@ object frmMain: TfrmMain
|
||||
Width = 509
|
||||
Height = 24
|
||||
AdvColorBorder = 0
|
||||
Color = clBtnFace
|
||||
ColorBorder = 8623776
|
||||
MaxValue = 8
|
||||
Progress = 0
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
@ -6607,6 +6609,8 @@ object frmMain: TfrmMain
|
||||
Width = 509
|
||||
Height = 24
|
||||
AdvColorBorder = 0
|
||||
Color = clBtnFace
|
||||
ColorBorder = 8623776
|
||||
Progress = 0
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
|
@ -132,7 +132,7 @@ type
|
||||
var
|
||||
frmMain: TfrmMain;
|
||||
|
||||
var VERSION: String = '1.3';
|
||||
var VERSION: String = '1.3d';
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user