From 228fd9607382b37af0cec78ea727b9bb1bc395c7 Mon Sep 17 00:00:00 2001 From: v0lt Date: Mon, 7 Aug 2023 06:30:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=BB=D0=B8=D0=B7=200.6.9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Include/Version.h | 4 ++-- history.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/Version.h b/Include/Version.h index 0ce7446a..044593b2 100644 --- a/Include/Version.h +++ b/Include/Version.h @@ -21,11 +21,11 @@ #define DO_MAKE_STR(x) #x #define MAKE_STR(x) DO_MAKE_STR(x) -#define VER_RELEASE 0 +#define VER_RELEASE 1 #define VER_MAJOR 0 #define VER_MINOR 6 -#define VER_BUILD 8 +#define VER_BUILD 9 #define VERSION_NUM VER_MAJOR,VER_MINOR,VER_BUILD,REV_NUM #define VERSION_STR MAKE_STR(VER_MAJOR) "." MAKE_STR(VER_MINOR) "." MAKE_STR(VER_BUILD) "." MAKE_STR(REV_NUM) diff --git a/history.txt b/history.txt index 91ca27bb..6b03049a 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,4 @@ -0.6.8.x dev +0.6.9.2117 - 2023-08-07 ------------------------ Added partial support for Dolby Vision (Profiles 5, 8.1, 8.4 are supported). Added "Prefer Dolby Vision over PQ and HLG" option for compatible Dolby Vision formats.