aboutsummaryrefslogtreecommitdiff
path: root/ports/msgpack/CONTROL
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-08-02 05:10:29 +0430
committerPhil Christensen <philc@microsoft.com>2019-08-01 17:40:29 -0700
commitfeeaa65cdc514fff6e2d363e09adfcc3f6fed13a (patch)
treec616a2c5ece29518f554a7abb5bf6c89b24690a3 /ports/msgpack/CONTROL
parent69cc77d08d94b8b30e6bea32a74e87b547cad400 (diff)
downloadvcpkg-feeaa65cdc514fff6e2d363e09adfcc3f6fed13a.tar.gz
vcpkg-feeaa65cdc514fff6e2d363e09adfcc3f6fed13a.zip
Update some ports version (#7494)
* [ade] Update library to 0.1.1e * [libpmemobj-cpp] Update library to 1.7 * [msgpack] Update library to 3.2.0 * [protobuf] Update library to 3.9.0 * [string-theory] Update library to 2.2 * [harfbuzz] Update library to 2.5.3
Diffstat (limited to 'ports/msgpack/CONTROL')
-rw-r--r--ports/msgpack/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/msgpack/CONTROL b/ports/msgpack/CONTROL
index 0b22d5c69..dab3515b9 100644
--- a/ports/msgpack/CONTROL
+++ b/ports/msgpack/CONTROL
@@ -1,4 +1,4 @@
Source: msgpack
-Version: 3.1.1
+Version: 3.2.0
Homepage: https://github.com/msgpack/msgpack-c
Description: MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller.