• R/O
  • HTTP
  • SSH
  • HTTPS

x264-launcher: Commit

Simple x264 Launcher development repository


Commit MetaInfo

Revisionea40bc5f1c9ddc31624b1a755ed3805d8d2fe183 (tree)
Time2018-10-13 04:21:57
Authorlordmulder <mulder2@gmx....>
Commiterlordmulder

Log Message

Bump version.

Change Summary

Incremental Difference

--- a/src/encoder_x265.cpp
+++ b/src/encoder_x265.cpp
@@ -40,8 +40,8 @@
4040 #include <QPair>
4141
4242 //x265 version info
43-static const unsigned int VERSION_X265_MINIMUM_VER = 28;
44-static const unsigned int VERSION_X265_MINIMUM_REV = 47;
43+static const unsigned int VERSION_X265_MINIMUM_VER = 29;
44+static const unsigned int VERSION_X265_MINIMUM_REV = 1;
4545
4646 // ------------------------------------------------------------
4747 // Helper Macros
--- a/src/version.h
+++ b/src/version.h
@@ -25,7 +25,7 @@
2525
2626 #define VER_X264_MAJOR 2
2727 #define VER_X264_MINOR 8
28-#define VER_X264_PATCH 8
28+#define VER_X264_PATCH 9
2929 #define VER_X264_BUILD 1138
3030
3131 #define VER_X264_PORTABLE_EDITION (0)
Show on old repository browser