From 9aa00d216a9cadbea29c4c0d202c8c78943bcd3d Mon Sep 17 00:00:00 2001 From: lordmulder Date: Wed, 18 Nov 2020 23:44:12 +0100 Subject: [PATCH] Bump version + updated changelog. --- HISTORY.txt | 5 +++++ src/version.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index ab2874b..27d3c90 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.99 [2020-11-18] +* Updated x264 to revision 3027 (API v161) +* Updated x265 to version 3.4+30 +* Updated NVEncC to version 5.20 + Version 2.98 [2020-06-25] * Updated x264 to revision 3009 (API v160) * Updated x265 to version 3.4+7 diff --git a/src/version.h b/src/version.h index 9f69245..ec4acda 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 8 -#define VER_X264_BUILD 1208 +#define VER_X264_PATCH 9 +#define VER_X264_BUILD 1210 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.0