We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b3284 commit dd720a3Copy full SHA for dd720a3
MusicPlayer2/Define.h
@@ -68,8 +68,8 @@ using _tstring = std::string;
68
//#define MAX_NUM_LENGTH 5000 //定义获取音频文件信息数量的最大值
69
#define MAX_SONG_NUM 99999 //播放列表中文件数量的最大值
70
71
-#define APP_VERSION L"2.73" //程序版本
72
-#define COPY_RIGHT_YEAR L"2021"
+#define APP_VERSION L"2.74" //程序版本
+#define COPY_RIGHT_YEAR L"2022"
73
74
//任务栏图按钮
75
#define IDT_PLAY_PAUSE 1321 //任务栏缩略图“播放/暂停”按钮的ID
MusicPlayer2/MusicPlayer2.rc
0 Bytes
0 commit comments