Fix double digit timing issue

This commit is contained in:
2023-12-21 20:28:31 +05:30
parent db79e6f00f
commit 0eef2c24b8
5 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER 84
#define BUILD_NUMBER 86
#endif
#ifndef VERSION
#define VERSION "v0.1.84 - 2023-12-21 20:22:00.657608"
#define VERSION "v0.1.86 - 2023-12-21 20:28:09.510150"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.84"
#define VERSION_SHORT "v0.1.86"
#endif