OSDN Git Service

Bump version. v2.89
authorlordmulder <mulder2@gmx.de>
Fri, 12 Oct 2018 19:21:57 +0000 (21:21 +0200)
committerlordmulder <mulder2@gmx.de>
Fri, 12 Oct 2018 19:21:57 +0000 (21:21 +0200)
src/encoder_x265.cpp
src/version.h

index f545a89..3bd209d 100644 (file)
@@ -40,8 +40,8 @@
 #include <QPair>
 
 //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
index 359706a..821b36b 100644 (file)
@@ -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)