From 75bced5d65e1e001bc533fdb2f00f5e66b1adae0 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 7 Feb 2019 02:01:15 +0100 Subject: [PATCH] update version --- setup/setup.dprj | 2 +- setup/version.txt | 2 +- src/u_main.lfm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/setup.dprj b/setup/setup.dprj index 9455b6a6..52bc56ac 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.7.6' + version = '3.7.7' end diff --git a/setup/version.txt b/setup/version.txt index 8ba4f403..b592e5e4 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.7.6 +v3.7.7 diff --git a/src/u_main.lfm b/src/u_main.lfm index d8bc3b55..09c10f82 100644 --- a/src/u_main.lfm +++ b/src/u_main.lfm @@ -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