From fc14a14b78adcf859309ba1f94d8d766596ba3bd Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 2 May 2019 15:45:53 +0200 Subject: [PATCH] Updated changelog. --- HISTORY.txt | 6 ++++++ src/version.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index bbc095f..a47b260 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,12 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.90 [2019-05-02] +* Updated x265 to version 3.0+18 +* Updated x264 to revision 2969 (API v157) +* Updated NVEncC to version 4.36 +* Updated build environment to Visual Studio 2017 with Update-9 + Version 2.89 [2018-10-12] * Updated x264 to revision 2935 (API v157) * Updated x265 to version 2.9+1 diff --git a/src/version.h b/src/version.h index 571ac4a..f9cdd0e 100644 --- a/src/version.h +++ b/src/version.h @@ -24,9 +24,9 @@ #endif #define VER_X264_MAJOR 2 -#define VER_X264_MINOR 8 -#define VER_X264_PATCH 9 -#define VER_X264_BUILD 1140 +#define VER_X264_MINOR 9 +#define VER_X264_PATCH 0 +#define VER_X264_BUILD 1146 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.0