Fixed issue #221: After resolving all merge conflicts, it's not obvious the project...
[TortoiseGit.git] / src / version.h
blobb0b8c8194ca064afa3729a898368f0a1dcfce8b3
1 #define FILEVER 1,5,0,0
2 #define PRODUCTVER 1,5,0,0
3 #define STRFILEVER "1, 5, 0, 0\0"
4 #define STRPRODUCTVER "1, 5, 0, 0\0"
6 #define TSVN_VERMAJOR 1
7 #define TSVN_VERMINOR 5
8 #define TSVN_VERMICRO 0
9 #define TSVN_VERBUILD 0
10 #define TSVN_VERDATE __DATE__
12 #ifdef _WIN64
13 #define TSVN_PLATFORM "64 Bit"
14 #else
15 #define TSVN_PLATFORM "32 Bit"
16 #endif