aboutsummaryrefslogtreecommitdiff
path: root/ports/gtest/CONTROL
diff options
context:
space:
mode:
authorLazyWolf Lin <LazyWolfLin@gmail.com>2018-01-29 14:40:26 +0800
committerLazyWolf Lin <LazyWolfLin@gmail.com>2018-01-29 14:40:26 +0800
commitc4d8a862c58681cc7ab3e2f62280c014c84ff1e7 (patch)
tree488bd20713d7ca647dd55629cbe4a4a5dba4a5e6 /ports/gtest/CONTROL
parent340ff984cba132f71e4fabbc78c247ad4e4de292 (diff)
downloadvcpkg-c4d8a862c58681cc7ab3e2f62280c014c84ff1e7.tar.gz
vcpkg-c4d8a862c58681cc7ab3e2f62280c014c84ff1e7.zip
Fix error C4996 of GTest in VS2017.
Diffstat (limited to 'ports/gtest/CONTROL')
-rw-r--r--ports/gtest/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gtest/CONTROL b/ports/gtest/CONTROL
index d3086b8ac..f41aec0b9 100644
--- a/ports/gtest/CONTROL
+++ b/ports/gtest/CONTROL
@@ -1,3 +1,3 @@
Source: gtest
-Version: 1.8.0-5
+Version: 1.8.0-6
Description: GoogleTest and GoogleMock testing frameworks.