Bump x265 version.

This commit is contained in:
LoRd_MuldeR 2016-04-19 20:15:52 +02:00
parent d782e4f2b1
commit c1a11a6ec3
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Simple x264/x265 Launcher version history
Version 2.69 [2016-04-??]
* Updated x264 to revision 2692
* Updated x265 to version 1.9+125
* Updated x265 to version 1.9+140
Version 2.68 [2016-04-09]
* Updated build environment to Visual Studio 2015 with Update-2

View File

@ -38,7 +38,7 @@
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
static const unsigned int VERSION_X265_MINIMUM_REV = 125;
static const unsigned int VERSION_X265_MINIMUM_REV = 140;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 6
#define VER_X264_PATCH 8
#define VER_X264_BUILD 1020
#define VER_X264_BUILD 1022
#define VER_X264_PORTABLE_EDITION (0)