diff --git a/CHANGELOG.md b/CHANGELOG.md index 4793f633..a048c52b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v3.9.4-dev +# v3.9.4 ## Enhancements diff --git a/README.md b/README.md index ec5479a5..487082e7 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.3, Wed 13 May 2020. +- :bookmark: latest release: version 3.9.4, Fri 29 May 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.3 +## Download version 3.9.4 -[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.3) the zipped binaries or the zip that contains the setup program for you platform. +[Download](https://gitlab.com/basile.b/dexed/-/releases/v3.9.4) 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 f48aabbc..54156c56 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.9.3' + version = '3.9.4' end diff --git a/setup/version.txt b/setup/version.txt index 6282b705..022a8128 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.3 +v3.9.4