diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2ec3e8..a57934c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v3.9.13-dev +# v3.9.13 ## Enhancements diff --git a/README.md b/README.md index cb825cb8..3dbc9e50 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,16 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https ## Project information -- :bookmark: latest release: version 3.9.12, Sat 25 Sept 2021. +- :bookmark: latest release: version 3.9.13, Mon 11 Oct 2021. - :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.12 +## Download version 3.9.13 -- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed.3.9.12.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed.3.9.12.linux64.zip) -- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed-3.9.12-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.12/downloads/binaries/dexed-3.9.12.amd64.deb) +- :package: [setup program for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.13/downloads/binaries/dexed.3.9.13.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.13/downloads/binaries/dexed.3.9.13.linux64.zip) +- :package: [rpm for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.13/downloads/binaries/dexed-3.9.13-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://gitlab.com/basile.b/dexed/-/releases/v3.9.13/downloads/binaries/dexed-3.9.13.amd64.deb) The _zip_ archives allow to move freely the files. The _setup.zip_ archives contain a command line program that installs to predefined locations so that the software can be run without additional intervention. diff --git a/setup/setup.dprj b/setup/setup.dprj index f93b2c11..d7f328bf 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.9.8' + version = '3.9.13' end diff --git a/setup/version.txt b/setup/version.txt index 50865eeb..440de50a 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.9.12 +v3.9.13