From f00c0d2674a2cc7d32dc3b0724eb19c11e2b9fac Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 6 May 2017 13:34:53 +0200 Subject: [PATCH] Updated version history. --- HISTORY.txt | 4 ++-- src/version.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 7ad417f..1a580cc 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,8 +2,8 @@ Simple x264/x265 Launcher version history ----------------------------------------- -Version 2.81 [2017-??-??] -* Updated x265 to version 2.3+32 +Version 2.81 [2017-05-06] +* Updated x265 to version 2.4+6 * Updated NVEncC to version 3.07 * Save log files to the same directory as the output file diff --git a/src/version.h b/src/version.h index 4a468dd..1b7f433 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 0 -#define VER_X264_BUILD 1108 +#define VER_X264_PATCH 1 +#define VER_X264_BUILD 1110 #define VER_X264_PORTABLE_EDITION (0)