From eb1c91ce5126c94ab2c6526e7c6da36555822fe0 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 11 Aug 2018 13:12:59 +0200 Subject: [PATCH] Bump version + updated changelog. --- HISTORY.txt | 4 ++++ src/version.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 530961d..85a4e8e 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.88 [2018-08-11] +* Updated x264 to revision 2932 (API v157) +* Updated x265 to version 2.8+57 + Version 2.87 [2018-05-11] * Updated x265 to version 2.7+348 * Updated NVEncC to version 4.01 diff --git a/src/version.h b/src/version.h index 4adaa97..d6757d5 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 -#define VER_X264_PATCH 7 -#define VER_X264_BUILD 1128 +#define VER_X264_PATCH 8 +#define VER_X264_BUILD 1130 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.4.GIT