From a1bf0dbf252c89d42fcfaf8826d2e490e7e25a31 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 9 Apr 2016 19:31:37 +0200 Subject: [PATCH] Bump version. --- HISTORY.txt | 4 ++++ src/encoder_x265.cpp | 4 ++-- src/version.h | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index ed20184..b3fe7a7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.68 [2016-04-09] +* Updated build environment to Visual Studio 2015 with Update-2 +* Updated x265 to version 1.9+106 + Version 2.67 [2016-03-17] * Updated x265 to version 1.9+96 * Fixed detection of 64-Bit VapourSynth in certain cases diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index a519f42..14f112b 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -37,8 +37,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 19; -static const unsigned int VERSION_X265_MINIMUM_REV = 96; +static const unsigned int VERSION_X265_MINIMUM_VER = 19; +static const unsigned int VERSION_X265_MINIMUM_REV = 106; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index ed9ad2e..66b80a6 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 6 -#define VER_X264_PATCH 7 -#define VER_X264_BUILD 1016 +#define VER_X264_PATCH 8 +#define VER_X264_BUILD 1018 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.4.GIT