mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-29 02:21:44 +00:00
Updated release to version 5.
This commit is contained in:
@@ -56,7 +56,7 @@ RobotBase::RobotBase() : m_ds(DriverStation::GetInstance()) {
|
||||
file = fopen("/tmp/frc_versions/FRC_Lib_Version.ini", "w");
|
||||
|
||||
if (file != nullptr) {
|
||||
fputs("2016 C++ Release 4", file);
|
||||
fputs("2016 C++ Release 5", file);
|
||||
fclose(file);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user