update timestamp

This commit is contained in:
Wengier 2020-09-30 16:19:46 -04:00
parent f39b50535d
commit 4b38188091
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/*auto-generated*/
#define UPDATED_STR "Sep 30, 2020 2:36:50pm"
#define GIT_COMMIT_HASH "fc90560"
#define UPDATED_STR "Sep 30, 2020 4:19:01pm"
#define GIT_COMMIT_HASH "f39b505"
#define COPYRIGHT_END_YEAR "2020"

View File

@ -8181,7 +8181,7 @@ private:
}
CALLBACK_HandlerObject cb_bios_startup_screen;
static Bitu cb_bios_startup_screen__func(void) {
const char *msg = "DOSBox-X (C) 2011-" COPYRIGHT_END_YEAR " The DOSBox-X Team\nDOSBox-X project maintainer: joncampbell123\nFor more information visit https://dosbox-x.com/\n\n";
const char *msg = "DOSBox-X (C) 2011-" COPYRIGHT_END_YEAR " The DOSBox-X Team\nDOSBox-X project maintainer: joncampbell123\nDOSBox-X project homepage: https://dosbox-x.com\n\n";
int logo_x,logo_y,x,y,rowheight=8;
y = 2;