Browse Source

UPD: Use tilde symbol as revision delimiter

Alexander Koblov 3 years ago
parent
commit
8f581caf47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/fmain.pas

+ 1 - 1
src/fmain.pas

@@ -1062,7 +1062,7 @@ procedure TfrmMain.FormCreate(Sender: TObject);
     end;
 
     if TryStrToInt(dcRevision, R) then
-      ARevision:= '.' + dcRevision
+      ARevision:= '~' + dcRevision
     else begin
       ARevision:= EmptyStr;
     end;