aboutsummaryrefslogtreecommitdiff
path: root/ports/wpilib/CONTROL
diff options
context:
space:
mode:
authorThad House <ThadHouse@users.noreply.github.com>2019-06-29 20:04:52 -0700
committerRobert Schumacher <roschuma@microsoft.com>2019-06-29 20:04:52 -0700
commitb627d2cf7915b237ff7bce6c7d5453c783546210 (patch)
treecc13ed4817c3bd1915e940b9712b564753f5299b /ports/wpilib/CONTROL
parenta7bbee315276d37344a464eb95b02ca20ff1b0c2 (diff)
downloadvcpkg-b627d2cf7915b237ff7bce6c7d5453c783546210.tar.gz
vcpkg-b627d2cf7915b237ff7bce6c7d5453c783546210.zip
Update wpilib port to fix build with full package (#7087)
Previously, a warning was being generated in a higher level project, and we build with /WX by default
Diffstat (limited to 'ports/wpilib/CONTROL')
-rw-r--r--ports/wpilib/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/wpilib/CONTROL b/ports/wpilib/CONTROL
index 0d93d9bb5..a7542e8b8 100644
--- a/ports/wpilib/CONTROL
+++ b/ports/wpilib/CONTROL
@@ -1,5 +1,5 @@
Source: wpilib
-Version: 2019.4.1
+Version: 2019.5.1
Build-Depends: libuv
Description: WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library.