Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
8fce748cf331a21a94eca51b0c81c5dedb8fbdc5
/
.
/
wpilibc
/
src
/
generate
/
WPILibVersion.cpp.in
blob: b0a44905207a5aa33739bcb54bf6b1feaea3e663 [
file
] [
log
] [
blame
]
/*
* 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}"
;
}