[glass] Add "About" popup with version number (#3031)

This commit is contained in:
Prateek Machiraju
2021-01-01 18:59:00 -05:00
committed by GitHub
parent dfdd6b3891
commit bf8c0da4be
4 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
/*
* 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}";
}