Skip to content

Commit

Permalink
版本号更新到2.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Aug 23, 2024
1 parent 247501e commit 2a7648d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MusicPlayer2/Define.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ using _tstring = std::string;
//#define MAX_NUM_LENGTH 5000 //定义获取音频文件信息数量的最大值
#define MAX_SONG_NUM 99999 //播放列表中文件数量的最大值

#define APP_VERSION L"2.77" //程序版本
#define APP_VERSION L"2.77.1" //程序版本
#define COPY_RIGHT_YEAR L"2024"

//任务栏图按钮
Expand Down
8 changes: 4 additions & 4 deletions MusicPlayer2/MusicPlayer2.rc
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ IDI_BACKGROUND_D ICON "res\\background_d.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,7,7,0
PRODUCTVERSION 2,7,7,0
FILEVERSION 2,7,7,1
PRODUCTVERSION 2,7,7,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -460,12 +460,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "By ZhongYang"
VALUE "FileDescription", "MusicPlayer2"
VALUE "FileVersion", "2.7.7.0"
VALUE "FileVersion", "2.7.7.1"
VALUE "InternalName", "MusicPlayer2.exe"
VALUE "LegalCopyright", "By ZhongYang. All rights reserved."
VALUE "OriginalFilename", "MusicPlayer2.exe"
VALUE "ProductName", "MusicPlayer2"
VALUE "ProductVersion", "2.7.7.0"
VALUE "ProductVersion", "2.7.7.1"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 2a7648d

Please sign in to comment.