Bump version.

This commit is contained in:
LoRd_MuldeR 2018-10-12 21:21:57 +02:00
parent f06751fe93
commit ea40bc5f1c
2 changed files with 3 additions and 3 deletions

View File

@ -40,8 +40,8 @@
#include <QPair>
//x265 version info
static const unsigned int VERSION_X265_MINIMUM_VER = 28;
static const unsigned int VERSION_X265_MINIMUM_REV = 47;
static const unsigned int VERSION_X265_MINIMUM_VER = 29;
static const unsigned int VERSION_X265_MINIMUM_REV = 1;
// ------------------------------------------------------------
// Helper Macros

View File

@ -25,7 +25,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 8
#define VER_X264_PATCH 8
#define VER_X264_PATCH 9
#define VER_X264_BUILD 1138
#define VER_X264_PORTABLE_EDITION (0)