Reverts the 2017 Image for Beta 1 (#264)

* Revert "Updated the rpath to point to the correct location for the Java integration tests. (#262)"

This reverts commit c313dde03a.

* Revert "Update image 2017 v5 (#254)"

This reverts commit 8d1c51b7e9.
This commit is contained in:
Thad House
2016-10-12 19:52:49 -07:00
committed by Fred Silberberg
parent 27bf94fd06
commit f1c2b66569
169 changed files with 2410 additions and 1004 deletions

View File

@@ -39,7 +39,7 @@ RobotBase::RobotBase() : m_ds(DriverStation::GetInstance()) {
file = std::fopen("/tmp/frc_versions/FRC_Lib_Version.ini", "w");
if (file != nullptr) {
std::fputs("v2017.1.0-beta-1", file);
std::fputs("2016 C++ Release 5", file);
std::fclose(file);
}
}