mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-01 02:41:48 +00:00
Put language in version string (#377)
This commit is contained in:
committed by
Peter Johnson
parent
7e0706cf83
commit
16181523c9
@@ -42,6 +42,7 @@ RobotBase::RobotBase() : m_ds(DriverStation::GetInstance()) {
|
||||
file = std::fopen("/tmp/frc_versions/FRC_Lib_Version.ini", "w");
|
||||
|
||||
if (file != nullptr) {
|
||||
std::fputs("C++ ", file);
|
||||
std::fputs(WPILibVersion, file);
|
||||
std::fclose(file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user