Simple x264 Launcher development repository
修订版 | 00b713ca0852740538c9336abbd6cb222c08b523 (tree) |
---|---|
时间 | 2019-08-07 04:12:17 |
作者 | ![]() |
Commiter | lordmulder |
Bump version + updated README file.
@@ -2,6 +2,11 @@ | ||
2 | 2 | Simple x264/x265 Launcher version history |
3 | 3 | ----------------------------------------- |
4 | 4 | |
5 | +Version 2.93 [2019-08-06] | |
6 | +* Fixed a regression in VapourSynth detection code | |
7 | +* Updated NVEncC to version 4.43 | |
8 | +* Updated build environment to Visual Studio 2019 with Update-2 | |
9 | + | |
5 | 10 | Version 2.92 [2019-07-22] |
6 | 11 | * Updated x264 to revision 2984 (API v158) |
7 | 12 | * Updated x265 to version 3.1+8 |
@@ -25,7 +25,7 @@ | ||
25 | 25 | |
26 | 26 | #define VER_X264_MAJOR 2 |
27 | 27 | #define VER_X264_MINOR 9 |
28 | -#define VER_X264_PATCH 2 | |
28 | +#define VER_X264_PATCH 3 | |
29 | 29 | #define VER_X264_BUILD 1180 |
30 | 30 | |
31 | 31 | #define VER_X264_PORTABLE_EDITION (0) |