diff --git a/HISTORY.txt b/HISTORY.txt index 4915bae..d9a5a62 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -4,6 +4,8 @@ Simple x264/x265 Launcher version history Version 2.78 [2017-01-07] * Updated x265 to version 2.2+22 +* Updated Avs2YUV to version 0.24 (BugMaster's mod 5) +* Added new option to save pending jobs *without* confirmation * Some fixes to parameter validation code Version 2.77 [2016-12-13] diff --git a/src/source_avisynth.cpp b/src/source_avisynth.cpp index 09f6534..0ae1795 100644 --- a/src/source_avisynth.cpp +++ b/src/source_avisynth.cpp @@ -30,7 +30,7 @@ #include #include -static const unsigned int VER_X264_AVS2YUV_VER = 243; +static const unsigned int VER_X264_AVS2YUV_VER = 245; // ------------------------------------------------------------ // Encoder Info diff --git a/src/version.h b/src/version.h index f364baa..e69b586 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 7 -#define VER_X264_BUILD 1080 +#define VER_X264_PATCH 8 +#define VER_X264_BUILD 1082 #define VER_X264_PORTABLE_EDITION (0)