From cbec1e3a4263200e0ad92a59d34f65942a813fbe Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 17 Mar 2016 22:28:44 +0100 Subject: [PATCH] Bump version. --- HISTORY.txt | 4 ++-- src/encoder_x265.cpp | 2 +- src/version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 7350bf9..ed20184 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,8 +2,8 @@ Simple x264/x265 Launcher version history ----------------------------------------- -Version 2.67 [2016-03-??] -* Updated x265 to version 1.9+88 +Version 2.67 [2016-03-17] +* Updated x265 to version 1.9+96 * Fixed detection of 64-Bit VapourSynth in certain cases Version 2.66 [2016-02-06] diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index def6fff..a519f42 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -38,7 +38,7 @@ //x265 version info static const unsigned int VERSION_X265_MINIMUM_VER = 19; -static const unsigned int VERSION_X265_MINIMUM_REV = 0; +static const unsigned int VERSION_X265_MINIMUM_REV = 96; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 8941966..ed9ad2e 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 6 #define VER_X264_PATCH 7 -#define VER_X264_BUILD 1014 +#define VER_X264_BUILD 1016 #define VER_X264_PORTABLE_EDITION (0)