aboutsummaryrefslogtreecommitdiff
path: root/ports/fmt/CONTROL
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-01-07 06:46:57 +0800
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2020-01-06 14:46:57 -0800
commit153cab79c76175118f5b5d28135a57e00ae75a8d (patch)
treea3757de382c30868208c64cfee589146790c13e3 /ports/fmt/CONTROL
parentd9bb748ac8ae8d984aa796d21487effc6da26f61 (diff)
downloadvcpkg-153cab79c76175118f5b5d28135a57e00ae75a8d.tar.gz
vcpkg-153cab79c76175118f5b5d28135a57e00ae75a8d.zip
[fmt] Disable warning C4189 on Visual Studio 2015 (#9121)
Diffstat (limited to 'ports/fmt/CONTROL')
-rw-r--r--ports/fmt/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/fmt/CONTROL b/ports/fmt/CONTROL
index bc6de38f8..cdbb9362d 100644
--- a/ports/fmt/CONTROL
+++ b/ports/fmt/CONTROL
@@ -1,4 +1,4 @@
Source: fmt
-Version: 6.0.0
+Version: 6.0.0-1
Homepage: https://github.com/fmtlib/fmt
Description: Formatting library for C++. It can be used as a safe alternative to printf or as a fast alternative to IOStreams.