Updated changelog.

This commit is contained in:
LoRd_MuldeR 2019-05-02 15:45:53 +02:00
parent 40fe40be80
commit fc14a14b78
2 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,12 @@
Simple x264/x265 Launcher version history
-----------------------------------------
Version 2.90 [2019-05-02]
* Updated x265 to version 3.0+18
* Updated x264 to revision 2969 (API v157)
* Updated NVEncC to version 4.36
* Updated build environment to Visual Studio 2017 with Update-9
Version 2.89 [2018-10-12]
* Updated x264 to revision 2935 (API v157)
* Updated x265 to version 2.9+1

View File

@ -24,9 +24,9 @@
#endif
#define VER_X264_MAJOR 2
#define VER_X264_MINOR 8
#define VER_X264_PATCH 9
#define VER_X264_BUILD 1140
#define VER_X264_MINOR 9
#define VER_X264_PATCH 0
#define VER_X264_BUILD 1146
#define VER_X264_PORTABLE_EDITION (0)