浏览代码

Development snapshot version text example

Source commit: 3dcd3838179f80721c28bc8d9bb2ff74434b6932
Martin Prikryl 10 年之前
父节点
当前提交
f1d23b301f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      source/core/PuttyIntf.cpp

+ 1 - 0
source/core/PuttyIntf.cpp

@@ -748,6 +748,7 @@ UnicodeString __fastcall GetPuTTYVersion()
 {
   // "Release 0.64"
   // "Pre-release 0.65:2015-07-20.95501a1"
+  // "Development snapshot 2015-12-22.51465fa"
   UnicodeString Result = get_putty_version();
   // Skip "Release", "Pre-release", "Development snapshot"
   int P = Result.LastDelimiter(L" ");