diff --git a/HISTORY.txt b/HISTORY.txt index 7ad417f..1a580cc 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,8 +2,8 @@ Simple x264/x265 Launcher version history ----------------------------------------- -Version 2.81 [2017-??-??] -* Updated x265 to version 2.3+32 +Version 2.81 [2017-05-06] +* Updated x265 to version 2.4+6 * Updated NVEncC to version 3.07 * Save log files to the same directory as the output file diff --git a/src/version.h b/src/version.h index 4a468dd..1b7f433 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 0 -#define VER_X264_BUILD 1108 +#define VER_X264_PATCH 1 +#define VER_X264_BUILD 1110 #define VER_X264_PORTABLE_EDITION (0)