Subversion Repositories Games.Chess Giants

Rev

Rev 68 | Rev 75 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68 Rev 74
Line 5... Line 5...
5
 
5
 
6
 
6
 
7
// common definitions
7
// common definitions
8
#define PROGRAM_NAME L"Chess Giants"
8
#define PROGRAM_NAME L"Chess Giants"
9
#define DEMO_TIMEOUT (6.0f * 60.0f)
9
#define DEMO_TIMEOUT (6.0f * 60.0f)
10
#define PROGRAM_VERSION L"2.8"
10
//#define PROGRAM_VERSION L"2.8" // no longer used. Version comes in the form YYYYMMDD and is built in dialog_about.cpp
11
#define PROGRAM_COPYRIGHT L"© 2010-2015"
11
#define PROGRAM_COPYRIGHT L"© 2010-2015"
12
#define PROGRAM_URL L"http://www.pmbaty.com/chess"
12
#define PROGRAM_URL L"http://www.pmbaty.com/chess"
13
#define AUTHOR_NAME L"Pierre-Marie Baty"
13
#define AUTHOR_NAME L"Pierre-Marie Baty"
14
#define AUTHOR_EMAIL L"pm@pmbaty.com"
14
#define AUTHOR_EMAIL L"pm@pmbaty.com"
15
///////////////////////
15
///////////////////////