Pārlūkot izejas kodu

Development snapshot version text example

Source commit: 3dcd3838179f80721c28bc8d9bb2ff74434b6932
Martin Prikryl 10 gadi atpakaļ
vecāks
revīzija
f1d23b301f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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" ");