Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-05-01 17:17:31 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-05-01 17:17:31 +0400
commit537b5a375a2c40ee49b68ab27ed82c57253e3461 (patch)
treedbeaf6fa6f16908320e892697d30d4f0a7ef9984
parente291e98ab92e000f1949e5c76a364488b76f615f (diff)
Update files for v1.7.5 release.1.7.5
-rw-r--r--docs/Changelog.txt6
-rw-r--r--include/version.h4
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/Changelog.txt b/docs/Changelog.txt
index fd3f2ecfc..9911aabdc 100644
--- a/docs/Changelog.txt
+++ b/docs/Changelog.txt
@@ -7,13 +7,15 @@ Legend:
* Changed
! Fixed
-next version - not released yet
-===============================
+
+1.7.5 - 01 May 2014
+===================
* Updated Catalan, Croatian, Dutch, German, Japanese, Slovenian, Spanish, Ukrainian and Vietnamese translations
! Ticket #3691, PGS subtitles: Some lines stayed visible for too long when using the queue
! Ticket #4231, Don't prevent the users from using the ISR if they choose not to block VSFilter like filters
! Ticket #4240, Crashes could randomly occur when playing files with PGS subtitles (mostly when seeking quickly)
+
1.7.4 - 16 April 2014
=====================
+ New Bengali and Tatar translations
diff --git a/include/version.h b/include/version.h
index 0e18a92cf..af84cf311 100644
--- a/include/version.h
+++ b/include/version.h
@@ -53,9 +53,9 @@
#define MPC_VERSION_MAJOR 1
#define MPC_VERSION_MINOR 7
-#define MPC_VERSION_PATCH 4
+#define MPC_VERSION_PATCH 5
-#define MPC_NIGHTLY_RELEASE 1
+#define MPC_NIGHTLY_RELEASE 0
#define MPC_COMP_NAME_STR _T("MPC-HC Team")
#define MPC_COPYRIGHT_STR _T("Copyright © 2002-2014 all contributors, see Authors.txt")