OSDN Git Service

Bump version + updated README file.
authorlordmulder <mulder2@gmx.de>
Sat, 5 Oct 2019 19:20:06 +0000 (21:20 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 5 Oct 2019 19:20:06 +0000 (21:20 +0200)
HISTORY.txt
src/version.h

index 468a5ec..e65b183 100644 (file)
@@ -2,6 +2,11 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 2.93 [2019-10-05]
+* Updated x265 to version 3.2+5 (incl. AQ mode 4 slowdown fix)
+* Updated NVEncC to version 4.50
+* Updated build environment to Visual Studio 2019 with Update-3
+
 Version 2.93 [2019-08-06]
 * Fixed a regression in VapourSynth detection code
 * Updated NVEncC to version 4.43
index cc1cf11..f5653d0 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 9
-#define VER_X264_PATCH 3
-#define VER_X264_BUILD 1187
+#define VER_X264_PATCH 4
+#define VER_X264_BUILD 1192
 
 #define VER_X264_PORTABLE_EDITION (0)