diff --git a/src/thread_binaries.h b/src/thread_binaries.h index cbfdd4e..039354f 100644 --- a/src/thread_binaries.h +++ b/src/thread_binaries.h @@ -47,7 +47,7 @@ private: QString m_failedPath; const SysinfoModel *const m_sysinfo; - static const size_t MAX_BINARIES = 32; + static const size_t MAX_BINARIES = 48; static QMutex m_binLock; static QScopedPointer m_binPath[MAX_BINARIES]; diff --git a/src/version.h b/src/version.h index 3280a42..b16a89b 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 3 #define VER_X264_MINOR 0 #define VER_X264_PATCH 4 -#define VER_X264_BUILD 1222 +#define VER_X264_BUILD 1223 #define VER_X264_PORTABLE_EDITION (0)