Time keeps on ticking
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4109
This commit is contained in:
parent
4bcbd35104
commit
5bb10db88b
233 changed files with 237 additions and 237 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2002-2017 The DOSBox Team
|
||||
* Copyright (C) 2002-2018 The DOSBox Team
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
@ -1962,7 +1962,7 @@ int main(int argc, char* argv[]) {
|
|||
#endif //defined(WIN32) && !(C_DEBUG)
|
||||
if (control->cmdline->FindExist("-version") ||
|
||||
control->cmdline->FindExist("--version") ) {
|
||||
printf("\nDOSBox version %s, copyright 2002-2017 DOSBox Team.\n\n",VERSION);
|
||||
printf("\nDOSBox version %s, copyright 2002-2018 DOSBox Team.\n\n",VERSION);
|
||||
printf("DOSBox is written by the DOSBox Team (See AUTHORS file))\n");
|
||||
printf("DOSBox comes with ABSOLUTELY NO WARRANTY. This is free software,\n");
|
||||
printf("and you are welcome to redistribute it under certain conditions;\n");
|
||||
|
@ -1990,7 +1990,7 @@ int main(int argc, char* argv[]) {
|
|||
|
||||
/* Display Welcometext in the console */
|
||||
LOG_MSG("DOSBox version %s",VERSION);
|
||||
LOG_MSG("Copyright 2002-2017 DOSBox Team, published under GNU GPL.");
|
||||
LOG_MSG("Copyright 2002-2018 DOSBox Team, published under GNU GPL.");
|
||||
LOG_MSG("---");
|
||||
|
||||
/* Init SDL */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue