diff options
author | Danilo Spinella <danyspin97@protonmail.com> | 2018-04-07 11:08:39 +0200 |
---|---|---|
committer | Danilo Spinella <danyspin97@protonmail.com> | 2018-04-07 11:08:39 +0200 |
commit | 5727b81128dc0c8e4cffa80afcfe510d2051c103 (patch) | |
tree | 13b8b91cfdff9501ccc9ddb75b9ced834ae01ea7 /README.pt.md | |
parent | 5c31b06d88135a62bd917a61e770c8219f6d5d72 (diff) |
Fix json-c version dependency
Diffstat (limited to 'README.pt.md')
-rw-r--r-- | README.pt.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.pt.md b/README.pt.md index 69c9538a..98ad72e3 100644 --- a/README.pt.md +++ b/README.pt.md @@ -62,7 +62,7 @@ Antes de iniciar a compilação, instale as dependências: * libcap * asciidoc * pcre -* json-c <= 0.12.1 +* json-c >= 0.13 * pango * cairo * gdk-pixbuf2 * |