From b46a90dab3b9db98ac86ac1ee2f62ef23ad787ad Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 7 Jan 2017 20:47:37 +0100 Subject: [PATCH] Bum Avs2YUV version to 0.24 (BugMaster's mod 5). --- HISTORY.txt | 2 ++ src/source_avisynth.cpp | 2 +- src/version.h | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) 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)