mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Update the library version string for the driver station (artf4708)
This commit is contained in:
@@ -57,7 +57,7 @@ RobotBase::RobotBase() : m_ds(DriverStation::GetInstance()) {
|
||||
FILE *file = nullptr;
|
||||
file = fopen("/tmp/frc_versions/FRC_Lib_Version.ini", "w");
|
||||
|
||||
fputs("2015 C++ 1.2.0", file);
|
||||
fputs("2016 C++ Beta2.0", file);
|
||||
if (file != nullptr) fclose(file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user