diff options
| author | Thad House <ThadHouse@users.noreply.github.com> | 2019-06-29 20:04:52 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-06-29 20:04:52 -0700 |
| commit | b627d2cf7915b237ff7bce6c7d5453c783546210 (patch) | |
| tree | cc13ed4817c3bd1915e940b9712b564753f5299b /ports/wpilib/CONTROL | |
| parent | a7bbee315276d37344a464eb95b02ca20ff1b0c2 (diff) | |
| download | vcpkg-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/CONTROL | 2 |
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.
|
