Skip to content

Commit

Permalink
Релиз 1.6.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jul 1, 2023
1 parent a542088 commit 3eddbd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.6.7.x dev
1.6.8 - 2023-07-01
=============================
ShoutcastSource
Оптимизирована работа с внутренним буфером.
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.6.7.x dev
1.6.8 - 2023-07-01
=============================
ShoutcastSource
Optimized work with the internal buffer.
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 6
#define MPC_VERSION_PATCH 7
#define MPC_VERSION_PATCH 8

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

#define MPC_YEAR_COMMENTS "2002-2023"
Expand Down

0 comments on commit 3eddbd3

Please sign in to comment.