Bump version.

This commit is contained in:
LoRd_MuldeR 2016-04-09 19:31:37 +02:00
parent cbec1e3a42
commit a1bf0dbf25
3 changed files with 8 additions and 4 deletions

View File

@ -2,6 +2,10 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.68 [2016-04-09]
* Updated build environment to Visual Studio 2015 with Update-2
* Updated x265 to version 1.9+106
Version 2.67 [2016-03-17]
* Updated x265 to version 1.9+96
* Fixed detection of 64-Bit VapourSynth in certain cases

View File

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

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 6
#define VER_X264_PATCH 7
#define VER_X264_BUILD 1016
#define VER_X264_PATCH 8
#define VER_X264_BUILD 1018
#define VER_X264_PORTABLE_EDITION (0)