diff --git a/HISTORY.txt b/HISTORY.txt index 175fef8..c9d3de8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.73 [2016-07-03] +* Updated x264 to revision 2705 +* Updated x265 to version 1.9+227 + Version 2.72 [2016-06-17] * Now actually contains the "x64" version of NVEncC diff --git a/src/version.h b/src/version.h index 971419a..930a282 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 -#define VER_X264_PATCH 2 -#define VER_X264_BUILD 1035 +#define VER_X264_PATCH 3 +#define VER_X264_BUILD 1036 #define VER_X264_PORTABLE_EDITION (0)