From adccf0286464bf42b0b32a3f3cc921c83a494b4c Mon Sep 17 00:00:00 2001 From: v0lt Date: Wed, 5 Jun 2024 06:26:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B5=D0=BB=D0=B8=D0=B7=200.8.3.?= 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 d830d580..82c0ce21 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 8 -#define VER_BUILD 2 +#define VER_BUILD 3 #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 da2af75c..a3b3711c 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,4 @@ -0.8.2 dev +0.8.3.2255 - 2024-06-05 ------------------------ Added "SDR Display nits" setting. Added validation of HDR metadata.