Bump version.

This commit is contained in:
LoRd_MuldeR 2016-03-17 22:28:44 +01:00
parent ff27a265da
commit cbec1e3a42
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.67 [2016-03-??]
* Updated x265 to version 1.9+88
Version 2.67 [2016-03-17]
* Updated x265 to version 1.9+96
* Fixed detection of 64-Bit VapourSynth in certain cases
Version 2.66 [2016-02-06]

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 = 0;
static const unsigned int VERSION_X265_MINIMUM_REV = 96;
// ------------------------------------------------------------
// Helper Macros

View File

@ -26,7 +26,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 6
#define VER_X264_PATCH 7
#define VER_X264_BUILD 1014
#define VER_X264_BUILD 1016
#define VER_X264_PORTABLE_EDITION (0)