diff --git a/HISTORY.txt b/HISTORY.txt index e670a1c..e2ac40b 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.82 [2017-05-26] +* Updated x264 to revision 2833 +* Updated x265 to version 2.4+36 +* Updated NVEncC to version 3.09 + Version 2.82 [2017-05-26] * Updated x264 to revision 2829 * Updated x265 to version 2.4+22 diff --git a/src/version.h b/src/version.h index c226a24..68e4232 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 -#define VER_X264_PATCH 2 -#define VER_X264_BUILD 1112 +#define VER_X264_PATCH 3 +#define VER_X264_BUILD 1114 #define VER_X264_PORTABLE_EDITION (0)