diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d851538f5..d85fcd7a9 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 3cfb55164..445ae352b 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 /////////////////////////////////////////////////////////