mirror of https://gitlab.com/basile.b/dexed.git
update version
This commit is contained in:
parent
17be43d096
commit
75bced5d65
|
@ -116,5 +116,5 @@ object CurrentProject: TNativeProject
|
||||||
'setup.d'
|
'setup.d'
|
||||||
)
|
)
|
||||||
ConfigurationIndex = 3
|
ConfigurationIndex = 3
|
||||||
version = '3.7.6'
|
version = '3.7.7'
|
||||||
end
|
end
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
v3.7.6
|
v3.7.7
|
||||||
|
|
|
@ -4,7 +4,7 @@ object MainForm: TMainForm
|
||||||
Top = 610
|
Top = 610
|
||||||
Width = 687
|
Width = 687
|
||||||
AllowDropFiles = True
|
AllowDropFiles = True
|
||||||
Caption = 'Coedit'
|
Caption = 'Dexed'
|
||||||
Menu = mainMenu
|
Menu = mainMenu
|
||||||
OnClose = FormClose
|
OnClose = FormClose
|
||||||
OnCloseQuery = FormCloseQuery
|
OnCloseQuery = FormCloseQuery
|
||||||
|
@ -12,7 +12,7 @@ object MainForm: TMainForm
|
||||||
OnResize = FormResize
|
OnResize = FormResize
|
||||||
OnWindowStateChange = FormWindowStateChange
|
OnWindowStateChange = FormWindowStateChange
|
||||||
ShowHint = True
|
ShowHint = True
|
||||||
LCLVersion = '2.0.0.3'
|
LCLVersion = '2.0.0.4'
|
||||||
object mainMenu: TMainMenu
|
object mainMenu: TMainMenu
|
||||||
top = 1
|
top = 1
|
||||||
object MenuItem1: TMenuItem
|
object MenuItem1: TMenuItem
|
||||||
|
|
Loading…
Reference in New Issue