Remote version check

This commit is contained in:
2023-11-28 20:06:05 +05:30
parent 8396820a9f
commit 339a230aa2
4 changed files with 49 additions and 7 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER 50
#define BUILD_NUMBER 58
#endif
#ifndef VERSION
#define VERSION "v0.1.50 - 2023-11-28 19:16:31.683586"
#define VERSION "v0.1.58 - 2023-11-28 20:05:50.363623"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.50"
#define VERSION_SHORT "v0.1.58"
#endif