Change minimum version of LDC to v1.12.0 (#626)

* Minimum version of LDC is v1.12.0
This commit is contained in:
abraunegg 2019-08-22 20:14:09 +10:00 committed by GitHub
parent 437fe4d9e4
commit af07dea6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
configure vendored
View file

@ -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...

View file

@ -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...

View file

@ -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