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__
13 #define TGIT_PLATFORM "64 Bit"
15 #define TGIT_PLATFORM "32 Bit"
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