From e5586e8f3b6f8055354b2f4371520c36e1d7acdc Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 6 Jul 2020 08:43:47 +0200 Subject: [PATCH] rlz --- CHANGELOG.md | 2 +- README.md | 14 +++++++------- setup/setup.dprj | 2 +- setup/version.txt | 2 +- src/u_main.lfm | 1 + 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38a6e85..175202b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v3.9.6-dev +# v3.9.6 ## Enhancements diff --git a/README.md b/README.md index 4d1ec357..af8b7e1b 100644 --- a/README.md +++ b/README.md @@ -24,19 +24,19 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https ## Project information -- :bookmark: latest release: version 3.9.5, Sun 14 Jun 2020. +- :bookmark: latest release: version 3.9.6, Mon 6 Jul 2020. - :scroll: licensed under the terms of the Boost software license. - :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J). -## Download version 3.9.5 +## Download version 3.9.6 -[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.5) the zipped binaries or the zip that contains the setup program for you platform. +[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.6) the zipped binaries or the zip that contains the setup program for you platform. The _zip_ archives allow to move freely the files. diff --git a/setup/setup.dprj b/setup/setup.dprj index 9f1aabac..8720c32f 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.9.5' + version = '3.9.6' end diff --git a/setup/version.txt b/setup/version.txt index dcf702bf..a68c4d91 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.5 +v3.9.6 diff --git a/src/u_main.lfm b/src/u_main.lfm index b025e119..95a3d8e1 100644 --- a/src/u_main.lfm +++ b/src/u_main.lfm @@ -11,6 +11,7 @@ object MainForm: TMainForm OnDropFiles = FormDropFiles OnResize = FormResize ShowHint = True + LCLVersion = '2.0.8.0' object mainMenu: TMainMenu top = 1 object MenuItem1: TMenuItem