diff --git a/HISTORY.txt b/HISTORY.txt index 2bf0688..fd6db98 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -5,6 +5,7 @@ Simple x264/x265 Launcher version history Version 2.95 [2020-01-03] * Updated x264 to revision 2991 (API v159) * Updated Avs2YUV to version 0.24 (BugMaster's mod 6) +* Updated build environment to Visual Studio 2019 with Update-4 Version 2.94 [2019-10-05] * Updated x265 to version 3.2+5, incl. AQ mode 4 slowdown fix diff --git a/src/version.h b/src/version.h index f249928..fae278a 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 9 -#define VER_X264_PATCH 4 -#define VER_X264_BUILD 1194 +#define VER_X264_PATCH 5 +#define VER_X264_BUILD 1195 #define VER_X264_PORTABLE_EDITION (0)