Bump version.

This commit is contained in:
LoRd_MuldeR 2016-01-02 13:01:33 +01:00
parent 286f615370
commit 0f0e746b51
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@
#include <QRegExp>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 18;
static const unsigned int VERSION_X265_MINIMUM_REV = 167;
static const unsigned int VERSION_X265_MINIMUM_VER = 18;
static const unsigned int VERSION_X265_MINIMUM_REV = 187;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 6
#define VER_X264_PATCH 5
#define VER_X264_BUILD 1003
#define VER_X264_BUILD 1004
#define VER_X264_PORTABLE_EDITION (0)