Probably the final commit for this, only so this commit can be pushed to the new Gitea server.

This commit is contained in:
2020-12-04 00:06:27 -06:00
parent 5b66184ea0
commit dd1bc6acdc
9 changed files with 98 additions and 83 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER "349"
#define BUILD_NUMBER "389"
#endif
#ifndef VERSION_STR
#define VERSION_STR "0.0.2+349 - Sun 01 Sep 2019 03:15:31 PM CDT"
#define VERSION_STR "0.0.2+389 - Fri Dec 4 12:05:33 AM CST 2020"
#endif
#ifndef VERSION_STR_SHORT
#define VERSION_STR_SHORT
unsigned char* version_str_short = "0.0.2+349";
unsigned char* version_str_short = "0.0.2+389";
#endif