1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

Changes in stamp

This commit is contained in:
bsongis 2012-01-19 20:53:38 +00:00
parent 6266898738
commit 48e0a262de
4 changed files with 17 additions and 20 deletions

View file

@ -4,10 +4,10 @@
#define STR2(s) #s
#define DEFNUMSTR(s) STR2(s)
const char APM stamp1[] = "VERS: V" DEFNUMSTR(VERS) "." DEFNUMSTR(TAG_VERS);
const char APM stamp2[] = "DATE: " DATE_STR;
const char APM stamp3[] = "TIME: " TIME_STR;
const char APM stamp4[] = " SVN: " SVN_VERS;
const char APM stamp5[] = " BLD: " DEFNUMSTR(BUILD_NUM);
const char APM stamp1[] = "VERS: V" VERS_STR;
const char APM stamp2[] = " SVN: " SVN_STR;
const char APM stamp3[] = "DATE: " DATE_STR;
const char APM stamp4[] = "TIME: " TIME_STR;
const char APM stamp5[] = " MOD: " MOD_STR;