Skip to content

Commit b14d983

Browse files
committed
版本号更新
1 parent 8a867ef commit b14d983

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MusicPlayer2/Define.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
//任务栏图按钮

MusicPlayer2/MusicPlayer2.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,8 +1362,8 @@ END
13621362
//
13631363

13641364
VS_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"

0 commit comments

Comments
 (0)