From b687872baa8d62f82eeaef42b12320dd37f31389 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 25 Jun 2020 20:08:41 +0200 Subject: [PATCH] Bump version and update changelog. --- HISTORY.txt | 7 +++++++ src/version.h | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 710b888..ab2874b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,13 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.98 [2020-06-25] +* Updated x264 to revision 3009 (API v160) +* Updated x265 to version 3.4+7 +* Updated NVEncC to version 5.06 +* Added experimental "dark mode" (use option '--dark-gui-mode' to enable) +* Updated build environment to Visual Studio 2019 with Update-6 + Version 2.97 [2020-05-15] * Updated x265 to version 3.3+27 * Updated NVEncC to version 5.01 diff --git a/src/version.h b/src/version.h index 99c30af..9f69245 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 9 -#define VER_X264_PATCH 7 -#define VER_X264_BUILD 1206 +#define VER_X264_PATCH 8 +#define VER_X264_BUILD 1208 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.4.GIT