From ea40bc5f1c9ddc31624b1a755ed3805d8d2fe183 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 12 Oct 2018 21:21:57 +0200 Subject: [PATCH] Bump version. --- src/encoder_x265.cpp | 4 ++-- src/version.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/encoder_x265.cpp b/src/encoder_x265.cpp index f545a89..3bd209d 100644 --- a/src/encoder_x265.cpp +++ b/src/encoder_x265.cpp @@ -40,8 +40,8 @@ #include //x265 version info -static const unsigned int VERSION_X265_MINIMUM_VER = 28; -static const unsigned int VERSION_X265_MINIMUM_REV = 47; +static const unsigned int VERSION_X265_MINIMUM_VER = 29; +static const unsigned int VERSION_X265_MINIMUM_REV = 1; // ------------------------------------------------------------ // Helper Macros diff --git a/src/version.h b/src/version.h index 359706a..821b36b 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 -#define VER_X264_PATCH 8 +#define VER_X264_PATCH 9 #define VER_X264_BUILD 1138 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.0