From: lordmulder Date: Sun, 12 Jun 2016 12:35:22 +0000 (+0200) Subject: Bump version. X-Git-Tag: v2.71^0 X-Git-Url: http://git.osdn.net/view?p=x264-launcher%2Fx264-launcher.git;a=commitdiff_plain;h=363b472d2b60938d8874d57ca16acf287213d2c6 Bump version. --- diff --git a/HISTORY.txt b/HISTORY.txt index 2b28df8..f9769a7 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,10 +2,11 @@ Simple x264/x265 Launcher version history ----------------------------------------- -Version 2.71 [2016-??-??] -* Updated x265 to version 1.9+183 +Version 2.71 [2016-06-12] +* Updated x265 to version 1.9+200 * Added experimental NVEncC (NVIDIA GPU encoding) support * Code refactoring +* Fixed various included web-links Version 2.70 [2016-04-29] * Fixed potential VapourSynth error, when Avisynth is *not* installed diff --git a/src/encoder_nvenc.cpp b/src/encoder_nvenc.cpp index 2fa478b..56849cc 100644 --- a/src/encoder_nvenc.cpp +++ b/src/encoder_nvenc.cpp @@ -39,7 +39,7 @@ #include //x265 version info -static const unsigned int VERSION_NVENCC_MINIMUM_VER = 206; +static const unsigned int VERSION_NVENCC_MINIMUM_VER = 207; static const unsigned int VERSION_NVENCC_MINIMUM_API = 60; // ------------------------------------------------------------ diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index 99eb230..6717cc0 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 = 19; -static const unsigned int VERSION_X265_MINIMUM_REV = 183; +static const unsigned int VERSION_X265_MINIMUM_REV = 200; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 3ce96bf..d9fb964 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 -#define VER_X264_PATCH 0 -#define VER_X264_BUILD 1032 +#define VER_X264_PATCH 1 +#define VER_X264_BUILD 1034 #define VER_X264_PORTABLE_EDITION (0)