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'
|
||||
)
|
||||
ConfigurationIndex = 3
|
||||
version = '3.7.6'
|
||||
version = '3.7.7'
|
||||
end
|
||||
|
|
|
@ -1 +1 @@
|
|||
v3.7.6
|
||||
v3.7.7
|
||||
|
|
|
@ -4,7 +4,7 @@ object MainForm: TMainForm
|
|||
Top = 610
|
||||
Width = 687
|
||||
AllowDropFiles = True
|
||||
Caption = 'Coedit'
|
||||
Caption = 'Dexed'
|
||||
Menu = mainMenu
|
||||
OnClose = FormClose
|
||||
OnCloseQuery = FormCloseQuery
|
||||
|
@ -12,7 +12,7 @@ object MainForm: TMainForm
|
|||
OnResize = FormResize
|
||||
OnWindowStateChange = FormWindowStateChange
|
||||
ShowHint = True
|
||||
LCLVersion = '2.0.0.3'
|
||||
LCLVersion = '2.0.0.4'
|
||||
object mainMenu: TMainMenu
|
||||
top = 1
|
||||
object MenuItem1: TMenuItem
|
||||
|
|
Loading…
Reference in New Issue