OSDN Git Service

Bump version.
[x264-launcher/x264-launcher.git] / src / encoder_x265.cpp
index d908185..a519f42 100644 (file)
@@ -37,8 +37,8 @@
 #include <QRegExp>
 
 //x265 version info
-static const unsigned int VERSION_X265_MINIMUM_VER =  18;
-static const unsigned int VERSION_X265_MINIMUM_REV = 187;
+static const unsigned int VERSION_X265_MINIMUM_VER = 19;
+static const unsigned int VERSION_X265_MINIMUM_REV = 96;
 
 // ------------------------------------------------------------
 // Helper Macros