Skip to content

Commit

Permalink
Релиз 1.7.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jun 7, 2024
1 parent a7a6572 commit ce9420a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/Changelog.Rus.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
В этом файле отображаются только ключевые изменения между разными версиями Media Player Classic - BE.

1.7.1.x dev
1.7.2 - 2024-06-07
=============================
AudioSplitter
Исправлено чтения картинок из ID3v2.3.
Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file includes only a short list of the changes between Media Player Classic - BE's versions.

1.7.1.x dev
1.7.2 - 2024-06-07
=============================
AudioSplitter
Fixed reading pictures from ID3v2.3.
Expand Down
4 changes: 2 additions & 2 deletions include/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@

#define MPC_VERSION_MAJOR 1
#define MPC_VERSION_MINOR 7
#define MPC_VERSION_PATCH 1
#define MPC_VERSION_PATCH 2

#define MPC_VERSION_STATUS 0
#define MPC_VERSION_STATUS 1
// MPC_VERSION_STATUS: 0 - dev; 1 - stable

#define MPC_YEAR_COMMENTS "2002-2024"
Expand Down
2 changes: 1 addition & 1 deletion src/apps/mplayerc/res/mpc-be.exe.manifest.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
name="MPC-BE"
processorArchitecture="*"
version="1.7.1._REV_NUM_"
version="1.7.2._REV_NUM_"
type="win32"
/>
<description>MPC-BE</description>
Expand Down
2 changes: 1 addition & 1 deletion src/apps/mplayerc/res/mpc-be.exe.manifest.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<assemblyIdentity
name="MPC-BE"
processorArchitecture="*"
version="1.7.1.0"
version="1.7.2.0"
type="win32"
/>
<description>MPC-BE</description>
Expand Down

0 comments on commit ce9420a

Please sign in to comment.