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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-03-08 15:00:31 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-03-08 15:00:31 +0300
commit84898be89a339b4078a45c03ea3ec9d209af1c10 (patch)
tree005b34b5fbd3ef0d507ab07b8e9a94e19e1c401e
parent5c6e40b33438c673c28295de5782c470716b77ab (diff)
Update version and changelog0.68
-rw-r--r--CHANGELOG.txt2
-rw-r--r--common/includes/version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d851538f..d85fcd7a 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,7 +1,7 @@
LAV DirectShow Filters Changelog
===================================
-0.68.0 - 2016/xx/xx
+0.68.0 - 2016/03/08
LAV Splitter
- NEW: H.264 MVC 3D demuxing from MKV 3D, Blu-ray discs and Blu-ray SSIF files
- Fixed: The bitdepth of DTS-HD MA streams is reported properly in the stream information
diff --git a/common/includes/version.h b/common/includes/version.h
index 3cfb5516..445ae352 100644
--- a/common/includes/version.h
+++ b/common/includes/version.h
@@ -3,7 +3,7 @@
#include "version_rev.h"
#define LAV_VERSION_MAJOR 0
-#define LAV_VERSION_MINOR 67
+#define LAV_VERSION_MINOR 68
#define LAV_VERSION_REVISION 0
/////////////////////////////////////////////////////////