Add build number pre-script

This commit is contained in:
2023-11-28 09:10:27 +05:30
parent 6080c7f7a1
commit f88f38c8e8
5 changed files with 42 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER 1
#endif
#ifndef VERSION
#define VERSION "v0.1.1 - 2023-11-28 09:09:49.089072"
#endif
#ifndef VERSION_SHORT
#define VERSION_SHORT "v0.1.1"
#endif