From 0dd2d7c61bf89366253fc83bda3076704812aef0 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 13 Oct 2016 23:20:58 +0200 Subject: [PATCH] Bump x265 version. --- HISTORY.txt | 2 +- src/encoder_x265.cpp | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 9aadfe3..490d259 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -3,7 +3,7 @@ Simple x264/x265 Launcher version history ----------------------------------------- Version 2.75 [2016-??-??] -* Updated x265 to version 2.1+2 +* Updated x265 to version 2.1+20 * Detection of "portable" VapourSynth (see README for details!) * Detection of "portable" Avisynth (see README for details!) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 16ff973..22ec6b5 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,7 +40,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 21; -static const unsigned int VERSION_X265_MINIMUM_REV = 0; +static const unsigned int VERSION_X265_MINIMUM_REV = 20; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 4ee415c..2ac83bb 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 #define VER_X264_PATCH 5 -#define VER_X264_BUILD 1054 +#define VER_X264_BUILD 1055 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.4.GIT