Bump version and update changelog.

This commit is contained in:
LoRd_MuldeR 2020-06-25 20:08:41 +02:00
parent 098f698007
commit b687872baa
2 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,13 @@
Simple x264/x265 Launcher version history Simple x264/x265 Launcher version history
----------------------------------------- -----------------------------------------
Version 2.98 [2020-06-25]
* Updated x264 to revision 3009 (API v160)
* Updated x265 to version 3.4+7
* Updated NVEncC to version 5.06
* Added experimental "dark mode" (use option '--dark-gui-mode' to enable)
* Updated build environment to Visual Studio 2019 with Update-6
Version 2.97 [2020-05-15] Version 2.97 [2020-05-15]
* Updated x265 to version 3.3+27 * Updated x265 to version 3.3+27
* Updated NVEncC to version 5.01 * Updated NVEncC to version 5.01

View File

@ -25,8 +25,8 @@
#define VER_X264_MAJOR 2 #define VER_X264_MAJOR 2
#define VER_X264_MINOR 9 #define VER_X264_MINOR 9
#define VER_X264_PATCH 7 #define VER_X264_PATCH 8
#define VER_X264_BUILD 1206 #define VER_X264_BUILD 1208
#define VER_X264_PORTABLE_EDITION (0) #define VER_X264_PORTABLE_EDITION (0)