aboutsummaryrefslogtreecommitdiff
path: root/ports/msgpack11/CONTROL
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-05-27 13:13:00 +0800
committerGitHub <noreply@github.com>2020-05-26 22:13:00 -0700
commit4694b885a2d681e5b0c7b54276d665f569249962 (patch)
treecda47315c1a0d49c762b25e9e2b8875fe9c3fb34 /ports/msgpack11/CONTROL
parenta95a5022aecd513b247f069d9055709f43319a7a (diff)
downloadvcpkg-4694b885a2d681e5b0c7b54276d665f569249962.tar.gz
vcpkg-4694b885a2d681e5b0c7b54276d665f569249962.zip
[basisu, gppanel, msgpack11, nana, rapidcheck, folly] Fix std function build error (#11494)
Diffstat (limited to 'ports/msgpack11/CONTROL')
-rw-r--r--ports/msgpack11/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/msgpack11/CONTROL b/ports/msgpack11/CONTROL
index 8312187bb..3fde8f39c 100644
--- a/ports/msgpack11/CONTROL
+++ b/ports/msgpack11/CONTROL
@@ -1,5 +1,5 @@
Source: msgpack11
-Version: 0.0.10
+Version: 0.0.10-1
Homepage: https://msgpack.org
Build-Depends: gtest
Description: msgpack11 is a tiny MsgPack library for C++11, providing MsgPack parsing and serialization.This library is inspired by json11.The API of msgpack11 is designed to be similar with json11.