Skip to content

Commit

Permalink
v1.0.3.23
Browse files Browse the repository at this point in the history
sdl驱动由xaudio2调整为dsound,解决设备切换不能播放问题
  • Loading branch information
y673893131 committed May 19, 2022
1 parent 22e62ac commit b6d6ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions video_player_ui/res.rc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IDI_ICON1 ICON DISCARDABLE "Resources/app.ico"
#endif

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,2,23
FILEVERSION 1,0,3,23
PRODUCTVERSION 1,0,0,23
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -27,7 +27,7 @@ IDI_ICON1 ICON DISCARDABLE "Resources/app.ico"
BEGIN
VALUE "CompanyName", ""
VALUE "FileDescription", "vPlay"
VALUE "FileVersion", "1.0.2.23\0"
VALUE "FileVersion", "1.0.3.23\0"
VALUE "ProductVersion", "1.0.0.23\0"
VALUE "LegalCopyright", "\0"
VALUE "LegalTrademarks", ""
Expand Down

0 comments on commit b6d6ddb

Please sign in to comment.