Files
allwpilib/wpilibc/src/generate/WPILibVersion.cpp.in
2018-04-29 13:29:07 -07:00

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}";
}