Fixed issue #568: push using ssh private key with a password fails the first time
[TortoiseGit.git] / src / version.h
blob4ee84a4448245b5acdc24e2ef3e2e21e5362cb96
1 #define FILEVER 1,5,8,0
2 #define PRODUCTVER 1,5,8,0
3 #define STRFILEVER "1, 5, 8, 0\0"
4 #define STRPRODUCTVER "1, 5, 8, 0\0"
6 #define TSVN_VERMAJOR 1
7 #define TSVN_VERMINOR 5
8 #define TSVN_VERMICRO 8
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