• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: 提交

Simple x264 Launcher development repository


Commit MetaInfo

修订版a1bf0dbf252c89d42fcfaf8826d2e490e7e25a31 (tree)
时间2016-04-10 02:31:37
作者lordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump version.

更改概述

差异

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,6 +2,10 @@
22 Simple x264/x265 Launcher version history
33 -----------------------------------------
44
5+Version 2.68 [2016-04-09]
6+* Updated build environment to Visual Studio 2015 with Update-2
7+* Updated x265 to version 1.9+106
8+
59 Version 2.67 [2016-03-17]
610 * Updated x265 to version 1.9+96
711 * Fixed detection of 64-Bit VapourSynth in certain cases
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -37,8 +37,8 @@
3737 #include <QRegExp>
3838
3939 //x265 version info
40-static const unsigned int VERSION_X265_MINIMUM_VER = 19;
41-static const unsigned int VERSION_X265_MINIMUM_REV = 96;
40+static const unsigned int VERSION_X265_MINIMUM_VER = 19;
41+static const unsigned int VERSION_X265_MINIMUM_REV = 106;
4242
4343 // ------------------------------------------------------------
4444 // Helper Macros
--- a/src/version.h
+++ b/src/version.h
@@ -25,8 +25,8 @@
2525
2626 #define VER_X264_MAJOR 2
2727 #define VER_X264_MINOR 6
28-#define VER_X264_PATCH 7
29-#define VER_X264_BUILD 1016
28+#define VER_X264_PATCH 8
29+#define VER_X264_BUILD 1018
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser