Bump version.
This commit is contained in:
parent
ff27a265da
commit
cbec1e3a42
@ -2,8 +2,8 @@
|
|||||||
Simple x264/x265 Launcher version history
|
Simple x264/x265 Launcher version history
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
Version 2.67 [2016-03-??]
|
Version 2.67 [2016-03-17]
|
||||||
* Updated x265 to version 1.9+88
|
* Updated x265 to version 1.9+96
|
||||||
* Fixed detection of 64-Bit VapourSynth in certain cases
|
* Fixed detection of 64-Bit VapourSynth in certain cases
|
||||||
|
|
||||||
Version 2.66 [2016-02-06]
|
Version 2.66 [2016-02-06]
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
//x265 version info
|
//x265 version info
|
||||||
static const unsigned int VERSION_X265_MINIMUM_VER = 19;
|
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
|
// Helper Macros
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
#define VER_X264_MAJOR 2
|
#define VER_X264_MAJOR 2
|
||||||
#define VER_X264_MINOR 6
|
#define VER_X264_MINOR 6
|
||||||
#define VER_X264_PATCH 7
|
#define VER_X264_PATCH 7
|
||||||
#define VER_X264_BUILD 1014
|
#define VER_X264_BUILD 1016
|
||||||
|
|
||||||
#define VER_X264_PORTABLE_EDITION (0)
|
#define VER_X264_PORTABLE_EDITION (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user