Simple x264 Launcher development repository
修订版 | ea40bc5f1c9ddc31624b1a755ed3805d8d2fe183 (tree) |
---|---|
时间 | 2018-10-13 04:21:57 |
作者 | ![]() |
Commiter | lordmulder |
Bump version.
@@ -40,8 +40,8 @@ | ||
40 | 40 | #include <QPair> |
41 | 41 | |
42 | 42 | //x265 version info |
43 | -static const unsigned int VERSION_X265_MINIMUM_VER = 28; | |
44 | -static const unsigned int VERSION_X265_MINIMUM_REV = 47; | |
43 | +static const unsigned int VERSION_X265_MINIMUM_VER = 29; | |
44 | +static const unsigned int VERSION_X265_MINIMUM_REV = 1; | |
45 | 45 | |
46 | 46 | // ------------------------------------------------------------ |
47 | 47 | // Helper Macros |
@@ -25,7 +25,7 @@ | ||
25 | 25 | |
26 | 26 | #define VER_X264_MAJOR 2 |
27 | 27 | #define VER_X264_MINOR 8 |
28 | -#define VER_X264_PATCH 8 | |
28 | +#define VER_X264_PATCH 9 | |
29 | 29 | #define VER_X264_BUILD 1138 |
30 | 30 | |
31 | 31 | #define VER_X264_PORTABLE_EDITION (0) |