SyncDlg: Disable reflist if libgit2 is disabled
[TortoiseGit.git] / src / TortoisePlink / VERSION.C
blob1f36c62212cf94c70dce9a6ff5d92688e0a99d05
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 #include "version.h"\r
13 char ver[] = TEXTVER;\r
14 char sshver[] = SSHVER;\r
16 /*\r
17  * SSH local version string MUST be under 40 characters. Here's a\r
18  * compile time assertion to verify this.\r
19  */\r
20 enum { vorpal_sword = 1 / (sizeof(sshver) <= 40) };\r