Keep the font size of 8 for the explorer property page
[TortoiseGit.git] / src / TortoisePlink / VERSION.C
blob49bbc86447b1d02c676c8a350e29a61ae2bef9f2
1 /*\r
2  * PuTTY version numbering\r
3  */\r
4 \r
5 /*\r
6  * The difficult part of deciding what goes in these version strings\r
7  * is done in Buildscr, and then written into version.h. All we have\r
8  * to do here is to drop it into variables of the right names.\r
9  */\r
11 #ifdef SOURCE_COMMIT\r
12 #include "empty.h"\r
13 #endif\r
15 #include "version.h"\r
17 const char ver[] = TEXTVER;\r
18 const char sshver[] = SSHVER;\r
19 const char commitid[] = SOURCE_COMMIT;\r
21 /*\r
22  * SSH local version string MUST be under 40 characters. Here's a\r
23  * compile time assertion to verify this.\r
24  */\r
25 enum { vorpal_sword = 1 / (sizeof(sshver) <= 40) };\r