Got the string concat funcion working.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#ifndef BUILD_NUMBER
|
||||
#define BUILD_NUMBER "276"
|
||||
#define BUILD_NUMBER "349"
|
||||
#endif
|
||||
#ifndef VERSION_STR
|
||||
#define VERSION_STR "0.0.2+276 - Sat 31 Aug 2019 05:43:54 PM CDT"
|
||||
#define VERSION_STR "0.0.2+349 - Sun 01 Sep 2019 03:15:31 PM CDT"
|
||||
#endif
|
||||
#ifndef VERSION_STR_SHORT
|
||||
#define VERSION_STR_SHORT
|
||||
unsigned char* version_str_short = "0.0.2+276";
|
||||
unsigned char* version_str_short = "0.0.2+349";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user