diff --git a/HISTORY.txt b/HISTORY.txt index f9769a7..175fef8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,9 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.72 [2016-06-17] +* Now actually contains the "x64" version of NVEncC + Version 2.71 [2016-06-12] * Updated x265 to version 1.9+200 * Added experimental NVEncC (NVIDIA GPU encoding) support diff --git a/src/version.h b/src/version.h index d9fb964..971419a 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 1 -#define VER_X264_BUILD 1034 +#define VER_X264_PATCH 2 +#define VER_X264_BUILD 1035 #define VER_X264_PORTABLE_EDITION (0)