Bump version + updated README file.

This commit is contained in:
LoRd_MuldeR 2019-10-05 21:20:06 +02:00
parent ffe3a06703
commit 23fa592fc0
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.93 [2019-10-05]
* Updated x265 to version 3.2+5 (incl. AQ mode 4 slowdown fix)
* Updated NVEncC to version 4.50
* Updated build environment to Visual Studio 2019 with Update-3
Version 2.93 [2019-08-06]
* Fixed a regression in VapourSynth detection code
* Updated NVEncC to version 4.43

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 9
#define VER_X264_PATCH 3
#define VER_X264_BUILD 1187
#define VER_X264_PATCH 4
#define VER_X264_BUILD 1192
#define VER_X264_PORTABLE_EDITION (0)