Skip to content

Commit

Permalink
add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdragon committed Sep 19, 2016
1 parent a42fd9e commit cf3e495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ procedure TFMain.FormCreate(Sender: TObject);
DragAcceptFiles(Handle, True);
Interface_op.WriteHint_ModeDefault;
Self.Caption:= Self.Caption + ' 程序版本:' + PublicVar.FileVer;
TrayIcon_Sys.Hint:= 'KCPTun 客户端配置管理工具 v' + PublicVar.FileVer;

MyMenu_Photo:= GetSystemMenu(Handle, False);
AppendMenu(MyMenu_Photo, MF_SEPARATOR, 0, nil);
Expand Down
1 change: 1 addition & 0 deletions kcptun_gclient.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<DCC_DebugInformation>0</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
<Manifest_File>None</Manifest_File>
<VerInfo_Release>11</VerInfo_Release>
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.11.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
<Icon_MainIcon>k.ico</Icon_MainIcon>
Expand Down

0 comments on commit cf3e495

Please sign in to comment.