3 @@ -176,7 +176,7 @@ void showAboutScreen(void) // called once when about screen is opened
5 showPushButton(PB_EXIT_ABOUT);
7 - sprintf(customText3, "v%s (%s)", PROG_VER_STR, __DATE__);
8 + sprintf(customText3, "v%s (%s)", PROG_VER_STR, PROG_VER_DATE);
9 customText1X = (SCREEN_W - textWidth(customText1)) / 2;
10 customText2X = (SCREEN_W-8) - textWidth(customText2);
11 customText3X = (SCREEN_W-8) - textWidth(customText3);
12 --- a/src/ft2_header.h
13 +++ b/src/ft2_header.h
15 #include "ft2_replayer.h"
17 #define PROG_VER_STR "1.67"
18 +#define PROG_VER_DATE "@DATE@"
20 // do NOT change these! It will only mess things up...