diff options
| author | etri <etri3600@gmail.com> | 2020-01-30 04:49:19 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-29 11:49:19 -0800 |
| commit | 4a128176915b10de4ff87c28faa3b419b0c8442b (patch) | |
| tree | b8af7dd9f6aa97d63af3ff704ede35bae7b82c9c /ports/jsoncpp/CONTROL | |
| parent | f272b0c9846d24c2b77a5fb60e1061d397384acb (diff) | |
| download | vcpkg-4a128176915b10de4ff87c28faa3b419b0c8442b.tar.gz vcpkg-4a128176915b10de4ff87c28faa3b419b0c8442b.zip | |
[Jsoncpp] Update to 1.9.2 (#9759)
* Update jsoncpp 1.9.2
Using implicit int to float conversion is fixed from jsoncpp 1.9.2 version.
* Update Control
update jsoncpp 1.9.2
* remove deprecated function
include(vcpkg_common_functions)
* [jsoncpp] Allow disabling examples
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Diffstat (limited to 'ports/jsoncpp/CONTROL')
| -rw-r--r-- | ports/jsoncpp/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/jsoncpp/CONTROL b/ports/jsoncpp/CONTROL index f0d4b66a3..fb5951d60 100644 --- a/ports/jsoncpp/CONTROL +++ b/ports/jsoncpp/CONTROL @@ -1,4 +1,4 @@ Source: jsoncpp
-Version: 1.9.1
+Version: 1.9.2
Homepage: https://github.com/open-source-parsers/jsoncpp
Description: jsoncpp is an implementation of a JSON reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format that it is easy to parse and redeable for human.
|
