Skip to content

Commit

Permalink
F1关于2017改为2018.
Browse files Browse the repository at this point in the history
  • Loading branch information
sohokay94how committed Oct 7, 2021
1 parent 1ea0e5f commit 54993f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/POP/POP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4123,7 +4123,7 @@ void CPOPApp::LogMessage(const char * format,...)
void CPOPApp::OnAbout()
{
CString sText;
sText.Format(_T("当前版本:%s\r\nCopyright (C) 2012-2017"),theSetting.GetVersion().c_str());
sText.Format(_T("当前版本:%s\r\nCopyright (C) 2012-2018"),theSetting.GetVersion().c_str());
CDlgMessageBox::EbMessageBox(AfxGetMainWnd(),"关于恩布互联 Entboost.com",sText,CDlgMessageBox::IMAGE_ENTBOOST,10);
//if (m_dlgAbout==NULL)
//{
Expand Down
8 changes: 4 additions & 4 deletions src/POP/POP.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,572
PRODUCTVERSION 2,0,0,572
FILEVERSION 2,0,0,573
PRODUCTVERSION 2,0,0,573
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -1041,12 +1041,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Entboost.com, Inc."
VALUE "FileDescription", "���������ͻ���"
VALUE "FileVersion", "2, 0, 0, 572"
VALUE "FileVersion", "2, 0, 0, 573"
VALUE "InternalName", "ebc.exe"
VALUE "LegalCopyright", "(c) Entboost.com, Inc. All rights reserved."
VALUE "OriginalFilename", "ebc.exe"
VALUE "ProductName", "���������ͻ���"
VALUE "ProductVersion", "2, 0, 0, 572"
VALUE "ProductVersion", "2, 0, 0, 573"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 54993f7

Please sign in to comment.