From 7944c1de498b6605634945dd2aaf99744f942ac5 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 18 Jan 2019 16:55:16 +0100 Subject: [PATCH] update version --- README.md | 16 ++++++++-------- setup/setup.dprj | 2 +- setup/version.txt | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6653d9cb..baec6f71 100644 --- a/README.md +++ b/README.md @@ -25,21 +25,21 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https **Project information** --- -- latest release: version 3.7.1, Wed 18 Jan 2019. +- latest release: version 3.7.2, Wed 18 Jan 2019. - licensed under the terms of the Boost software license. - Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J). -**Download version 3.7.1** +**Download version 3.7.2** --- Download the zipped binaries or the zip that contains the setup program for you platform: -- :package: [setup program for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.1/dexed.3.7.1.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.1/dexed.3.7.1.linux64.zip) -- :package: [setup program for Windows 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.1/dexed.3.7.1.win64.setup.zip) -- :package: [binaries for Windows 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.1/dexed.3.7.1.win64.zip) -- :package: [rpm for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.1/dexed-3.7.1-0.x86_64.rpm) -- :package: [deb for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.1/dexed-3.7.1.amd64.deb) +- :package: [setup program for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.linux64.zip) +- :package: [setup program for Windows 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.win64.setup.zip) +- :package: [binaries for Windows 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed.3.7.2.win64.zip) +- :package: [rpm for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed-3.7.2-0.x86_64.rpm) +- :package: [deb for Linux 64 bit](https://github.com/BBasile/dexed/releases/download/v3.7.2/dexed-3.7.2.amd64.deb) The _zip_ archives allow to move freely the files. The _setup.zip_ archives contains 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 1a81e0f6..2a1d24b4 100644 --- a/setup/setup.dprj +++ b/setup/setup.dprj @@ -116,5 +116,5 @@ object CurrentProject: TNativeProject 'setup.d' ) ConfigurationIndex = 3 - version = '3.7.1' + version = '3.7.2' end diff --git a/setup/version.txt b/setup/version.txt index 18852632..22726832 100644 --- a/setup/version.txt +++ b/setup/version.txt @@ -1 +1 @@ -v3.7.1 +v3.7.2