From 23fa592fc0e60f4458f9811eef120691c326ed38 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 5 Oct 2019 21:20:06 +0200 Subject: [PATCH] Bump version + updated README file. --- HISTORY.txt | 5 +++++ src/version.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 468a5ec..e65b183 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.93 [2019-10-05] +* Updated x265 to version 3.2+5 (incl. AQ mode 4 slowdown fix) +* Updated NVEncC to version 4.50 +* Updated build environment to Visual Studio 2019 with Update-3 + Version 2.93 [2019-08-06] * Fixed a regression in VapourSynth detection code * Updated NVEncC to version 4.43 diff --git a/src/version.h b/src/version.h index cc1cf11..f5653d0 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 3 -#define VER_X264_BUILD 1187 +#define VER_X264_PATCH 4 +#define VER_X264_BUILD 1192 #define VER_X264_PORTABLE_EDITION (0)