Simple x264 Launcher development repository
修订版 | a1bf0dbf252c89d42fcfaf8826d2e490e7e25a31 (tree) |
---|---|
时间 | 2016-04-10 02:31:37 |
作者 | ![]() |
Commiter | lordmulder |
Bump version.
@@ -2,6 +2,10 @@ | ||
2 | 2 | Simple x264/x265 Launcher version history |
3 | 3 | ----------------------------------------- |
4 | 4 | |
5 | +Version 2.68 [2016-04-09] | |
6 | +* Updated build environment to Visual Studio 2015 with Update-2 | |
7 | +* Updated x265 to version 1.9+106 | |
8 | + | |
5 | 9 | Version 2.67 [2016-03-17] |
6 | 10 | * Updated x265 to version 1.9+96 |
7 | 11 | * Fixed detection of 64-Bit VapourSynth in certain cases |
@@ -37,8 +37,8 @@ | ||
37 | 37 | #include <QRegExp> |
38 | 38 | |
39 | 39 | //x265 version info |
40 | -static const unsigned int VERSION_X265_MINIMUM_VER = 19; | |
41 | -static const unsigned int VERSION_X265_MINIMUM_REV = 96; | |
40 | +static const unsigned int VERSION_X265_MINIMUM_VER = 19; | |
41 | +static const unsigned int VERSION_X265_MINIMUM_REV = 106; | |
42 | 42 | |
43 | 43 | // ------------------------------------------------------------ |
44 | 44 | // Helper Macros |
@@ -25,8 +25,8 @@ | ||
25 | 25 | |
26 | 26 | #define VER_X264_MAJOR 2 |
27 | 27 | #define VER_X264_MINOR 6 |
28 | -#define VER_X264_PATCH 7 | |
29 | -#define VER_X264_BUILD 1016 | |
28 | +#define VER_X264_PATCH 8 | |
29 | +#define VER_X264_BUILD 1018 | |
30 | 30 | |
31 | 31 | #define VER_X264_PORTABLE_EDITION (0) |
32 | 32 |