Updated release to version 5.

This commit is contained in:
Fredric Silberberg
2016-03-01 15:55:19 -05:00
parent 623a5fcf8d
commit 16343bbe71
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}
}