Synced with TortoiseSVN
[TortoiseGit.git] / src / version.h
blobf12cc9ef5bae089f6e4b484d0b639b24d3d8c8bf
1 #define FILEVER 1,8,4,0
2 #define PRODUCTVER FILEVER
3 #define STRFILEVER "1.8.4.0"
4 #define STRPRODUCTVER STRFILEVER
6 #define TGIT_VERMAJOR 1
7 #define TGIT_VERMINOR 8
8 #define TGIT_VERMICRO 4
9 #define TGIT_VERBUILD 0
10 #define TGIT_VERDATE __DATE__
12 #ifdef _WIN64
13 #define TGIT_PLATFORM "64 Bit"
14 #else
15 #define TGIT_PLATFORM "32 Bit"
16 #endif
18 #define PREVIEW 0
21 * TortoiseGit crash handler
22 * Enabling this causes the crash handler to upload stack traces to crash-server.com
23 * to the TortoiseGit account. Enabling does not make sense if the TortoiseGit team
24 * does not have access to the debug symbols!
26 * This only makes sense for official (preview) releases of the TortoiseGit team
28 #define ENABLE_CRASHHANLDER 0