File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ using _tstring = std::string;
6969// #define MAX_NUM_LENGTH 5000 //定义获取音频文件信息数量的最大值
7070#define MAX_SONG_NUM 99999 // 播放列表中文件数量的最大值
7171
72- #define APP_VERSION L" 2.76" // 程序版本
72+ #define APP_VERSION L" 2.76.1 " // 程序版本
7373#define COPY_RIGHT_YEAR L" 2023"
7474
7575// 任务栏图按钮
Original file line number Diff line number Diff line change @@ -1362,8 +1362,8 @@ END
13621362//
13631363
13641364VS_VERSION_INFO VERSIONINFO
1365- FILEVERSION 2,7,6,0
1366- PRODUCTVERSION 2,7,6,0
1365+ FILEVERSION 2,7,6,1
1366+ PRODUCTVERSION 2,7,6,1
13671367 FILEFLAGSMASK 0x3fL
13681368#ifdef _DEBUG
13691369 FILEFLAGS 0x1L
@@ -1380,12 +1380,12 @@ BEGIN
13801380 BEGIN
13811381 VALUE "CompanyName", "By ZhongYang"
13821382 VALUE "FileDescription", "MusicPlayer2"
1383- VALUE "FileVersion", "2.7.6.0 "
1383+ VALUE "FileVersion", "2.7.6.1 "
13841384 VALUE "InternalName", "MusicPlayer2.exe"
13851385 VALUE "LegalCopyright", "By ZhongYang. All rights reserved."
13861386 VALUE "OriginalFilename", "MusicPlayer2.exe"
13871387 VALUE "ProductName", "MusicPlayer2"
1388- VALUE "ProductVersion", "2.7.6.0 "
1388+ VALUE "ProductVersion", "2.7.6.1 "
13891389 END
13901390 END
13911391 BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments