Bump version.

This commit is contained in:
LoRd_MuldeR 2016-06-12 14:35:22 +02:00
parent 992cd2e8a6
commit 363b472d2b
4 changed files with 7 additions and 6 deletions

View File

@ -2,10 +2,11 @@
Simple x264/x265 Launcher version history Simple x264/x265 Launcher version history
----------------------------------------- -----------------------------------------
Version 2.71 [2016-??-??] Version 2.71 [2016-06-12]
* Updated x265 to version 1.9+183 * Updated x265 to version 1.9+200
* Added experimental NVEncC (NVIDIA GPU encoding) support * Added experimental NVEncC (NVIDIA GPU encoding) support
* Code refactoring * Code refactoring
* Fixed various included web-links
Version 2.70 [2016-04-29] Version 2.70 [2016-04-29]
* Fixed potential VapourSynth error, when Avisynth is *not* installed * Fixed potential VapourSynth error, when Avisynth is *not* installed

View File

@ -39,7 +39,7 @@
#include <QPair> #include <QPair>
//x265 version info //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; static const unsigned int VERSION_NVENCC_MINIMUM_API = 60;
// ------------------------------------------------------------ // ------------------------------------------------------------

View File

@ -40,7 +40,7 @@
//x265 version info //x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 19; 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 // Helper Macros

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 7 #define VER_X264_MINOR 7
#define VER_X264_PATCH 0 #define VER_X264_PATCH 1
#define VER_X264_BUILD 1032 #define VER_X264_BUILD 1034
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)