• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: Commit

Simple x264 Launcher development repository


Commit MetaInfo

Revisióncbec1e3a4263200e0ad92a59d34f65942a813fbe (tree)
Tiempo2016-03-18 06:28:44
Autorlordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump version.

Cambiar Resumen

Diferencia incremental

--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -2,8 +2,8 @@
22 Simple x264/x265 Launcher version history
33 -----------------------------------------
44
5-Version 2.67 [2016-03-??]
6-* Updated x265 to version 1.9+88
5+Version 2.67 [2016-03-17]
6+* Updated x265 to version 1.9+96
77 * Fixed detection of 64-Bit VapourSynth in certain cases
88
99 Version 2.66 [2016-02-06]
--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -38,7 +38,7 @@
3838
3939 //x265 version info
4040 static const unsigned int VERSION_X265_MINIMUM_VER = 19;
41-static const unsigned int VERSION_X265_MINIMUM_REV = 0;
41+static const unsigned int VERSION_X265_MINIMUM_REV = 96;
4242
4343 // ------------------------------------------------------------
4444 // Helper Macros
--- a/src/version.h
+++ b/src/version.h
@@ -26,7 +26,7 @@
2626 #define VER_X264_MAJOR 2
2727 #define VER_X264_MINOR 6
2828 #define VER_X264_PATCH 7
29-#define VER_X264_BUILD 1014
29+#define VER_X264_BUILD 1016
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
3232
Show on old repository browser