OSDN Git Service

Bump version. v2.67
authorlordmulder <mulder2@gmx.de>
Thu, 17 Mar 2016 21:28:44 +0000 (22:28 +0100)
committerlordmulder <mulder2@gmx.de>
Thu, 17 Mar 2016 21:28:44 +0000 (22:28 +0100)
HISTORY.txt
src/encoder_x265.cpp
src/version.h

index 7350bf9..ed20184 100644 (file)
@@ -2,8 +2,8 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
-Version 2.67 [2016-03-??]
-* Updated x265 to version 1.9+88
+Version 2.67 [2016-03-17]
+* Updated x265 to version 1.9+96
 * Fixed detection of 64-Bit VapourSynth in certain cases
 
 Version 2.66 [2016-02-06]
index def6fff..a519f42 100644 (file)
@@ -38,7 +38,7 @@
 
 //x265 version info
 static const unsigned int VERSION_X265_MINIMUM_VER = 19;
-static const unsigned int VERSION_X265_MINIMUM_REV =  0;
+static const unsigned int VERSION_X265_MINIMUM_REV = 96;
 
 // ------------------------------------------------------------
 // Helper Macros
index 8941966..ed9ad2e 100644 (file)
@@ -26,7 +26,7 @@
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 6
 #define VER_X264_PATCH 7
-#define VER_X264_BUILD 1014
+#define VER_X264_BUILD 1016
 
 #define VER_X264_PORTABLE_EDITION (0)