Bump version + updated README file.

This commit is contained in:
LoRd_MuldeR 2019-08-06 21:12:17 +02:00
parent 0de29ef2d0
commit 00b713ca08
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.93 [2019-08-06]
* Fixed a regression in VapourSynth detection code
* Updated NVEncC to version 4.43
* Updated build environment to Visual Studio 2019 with Update-2
Version 2.92 [2019-07-22]
* Updated x264 to revision 2984 (API v158)
* Updated x265 to version 3.1+8

View File

@ -25,7 +25,7 @@
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 9
#define VER_X264_PATCH 2
#define VER_X264_PATCH 3
#define VER_X264_BUILD 1180
#define VER_X264_PORTABLE_EDITION (0)