aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-11-22 03:55:51 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2020-11-26 20:28:55 +0200
commitcef13b04c253150a449eaea806d97207281916eb (patch)
treeeac707c5f46fd95d39bf09203c88b7318eddc105 /README.md
parent87b2aeb54cdf0c991f25a00f1d6dacc4aba8de0e (diff)
downloadmeson-cef13b04c253150a449eaea806d97207281916eb.zip
meson-cef13b04c253150a449eaea806d97207281916eb.tar.gz
meson-cef13b04c253150a449eaea806d97207281916eb.tar.bz2
Bump Ninja requirement to 1.8.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9df015c..53b3e84 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +15,8 @@ build system.
#### Dependencies
- - [Python](https://python.org) (version 3.5 or newer)
- - [Ninja](https://ninja-build.org) (version 1.7 or newer)
+ - [Python](https://python.org) (version 3.6 or newer)
+ - [Ninja](https://ninja-build.org) (version 1.8.2 or newer)
#### Installing from source