From af07dea6f9f4c55096477243aa999127f08f7652 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 22 Aug 2019 20:14:09 +1000 Subject: [PATCH] Change minimum version of LDC to v1.12.0 (#626) * Minimum version of LDC is v1.12.0 --- configure | 2 +- configure.ac | 2 +- docs/INSTALL.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 952ebf75..18ee789b 100755 --- a/configure +++ b/configure @@ -2129,7 +2129,7 @@ case $(basename $DC) in # remove everthing after ): VERSION=${VERSION%%):*} # now version should be something like L.M.N - MINVERSION=1.11.0 + MINVERSION=1.12.0 ;; dmd) # DMD64 D Compiler v2.085.1\n... diff --git a/configure.ac b/configure.ac index 42aa52b9..93b60f9c 100644 --- a/configure.ac +++ b/configure.ac @@ -104,7 +104,7 @@ case $(basename $DC) in # remove everthing after ): VERSION=${VERSION%%):*} # now version should be something like L.M.N - MINVERSION=1.11.0 + MINVERSION=1.12.0 ;; dmd) # DMD64 D Compiler v2.085.1\n... diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 69f2bd54..54cb2251 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -5,7 +5,7 @@ * [SQLite 3](https://www.sqlite.org/) >= 3.7.15 * [Digital Mars D Compiler (DMD)](http://dlang.org/download.html) -**Note:** DMD version >= 2.083.1 or LDC version >= 1.11.0 is required to compile this application +**Note:** DMD version >= 2.083.1 or LDC version >= 1.12.0 is required to compile this application ### Dependencies: Ubuntu/Debian - x86_64 ```text