mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
This is a support tool for datalog file conversion (and eventually download/remote datalog file management).
8 lines
222 B
C++
8 lines
222 B
C++
/*
|
|
* Autogenerated file! Do not manually edit this file. This version is regenerated
|
|
* any time the publish task is run, or when this file is deleted.
|
|
*/
|
|
const char* GetWPILibVersion() {
|
|
return "${wpilib_version}";
|
|
}
|