From 680f53e9235ecca33f19fb03d37b0a0c4053a37b Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 15 Nov 2022 09:57:41 +0100 Subject: [PATCH] Update changelog and version --- CHANGELOG.txt | 4 ++++ common/includes/version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c473b4cff..a4fdb4935 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,9 @@ LAV DirectShow Filters Changelog =================================== + +0.77.1 - 2022/11/15 +- Fixed: More MP4 keyframe information fixes + 0.77.0 - 2022/11/10 LAV Splitter - Fixed: Improved handling of multichannel PCM channel assignments diff --git a/common/includes/version.h b/common/includes/version.h index c03a8eb5b..4e8bcc291 100644 --- a/common/includes/version.h +++ b/common/includes/version.h @@ -4,7 +4,7 @@ #define LAV_VERSION_MAJOR 0 #define LAV_VERSION_MINOR 77 -#define LAV_VERSION_REVISION 0 +#define LAV_VERSION_REVISION 1 ///////////////////////////////////////////////////////// #ifndef ISPP_INCLUDED