added version information to rover menu

This commit is contained in:
2023-08-07 21:00:08 +02:00
parent c4d7afcdb7
commit 47a6e770fe
5 changed files with 57 additions and 5 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
// AUTO GENERATED FILE, DO NOT EDIT
#ifndef VERSION
#define VERSION "0.1.3"
#define VERSION "0.1.5"
#endif
#ifndef BUILD_TIMESTAMP
#define BUILD_TIMESTAMP "2023-08-07 20:34:58.828579"
#define BUILD_TIMESTAMP "2023-08-07 20:54:44.940398"
#endif