Variable rename

This commit is contained in:
OneOfEleven
2023-09-15 12:31:30 +01:00
parent cc36482580
commit dfd7a1f2b4
16 changed files with 181 additions and 166 deletions

View File

@@ -2,7 +2,7 @@
#ifdef GIT_HASH
#define VER GIT_HASH
#else
#define VER "230914"
#define VER "230915"
#endif
const char Version[] = "OEFW-"VER;