From 97ad9bf518e302e3b9ebd33bc86983234605963b Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Wed, 30 Nov 2011 19:49:51 +0100 Subject: Update changelog and version. --- CHANGELOG.txt | 5 +++++ LAVFilters.iss | 2 +- common/includes/version.h | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b309856c..94ab1a45 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,10 @@ LAV DirectShow Filters Changelog =================================== +0.42 - 2011/11/30 +LAV Splitter +- Fixed a timestamping bug in the new MKV demuxer +- Futher enhancements to explorer thumbnail generation + 0.41 - 2011/11/29 LAV Splitter - New MKV Demuxer (see release notes for details) diff --git a/LAVFilters.iss b/LAVFilters.iss index 28fe877b..dc05a924 100644 --- a/LAVFilters.iss +++ b/LAVFilters.iss @@ -1,5 +1,5 @@ #define version_major = 0 -#define version_minor = 41 +#define version_minor = 42 ; ToDo ; - Maybe create custom page for the format selection. That for example allows using two columns to use space more effectively. diff --git a/common/includes/version.h b/common/includes/version.h index 6c87cc50..c7aeb867 100644 --- a/common/includes/version.h +++ b/common/includes/version.h @@ -20,7 +20,7 @@ #pragma once #define LAV_VERSION_MAJOR 0 -#define LAV_VERSION_MINOR 41 +#define LAV_VERSION_MINOR 42 #define LAV_AUDIO "LAV Audio Decoder" #define LAV_VIDEO "LAV Video Decoder" -- cgit v1.2.3