OSDN Git Service

Bump version + updated README file. v2.93
authorlordmulder <mulder2@gmx.de>
Tue, 6 Aug 2019 19:12:17 +0000 (21:12 +0200)
committerlordmulder <mulder2@gmx.de>
Tue, 6 Aug 2019 19:12:17 +0000 (21:12 +0200)
HISTORY.txt
src/version.h

index 7ec6044..468a5ec 100644 (file)
@@ -2,6 +2,11 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 2.93 [2019-08-06]
+* Fixed a regression in VapourSynth detection code
+* Updated NVEncC to version 4.43
+* Updated build environment to Visual Studio 2019 with Update-2
+
 Version 2.92 [2019-07-22]
 * Updated x264 to revision 2984 (API v158)
 * Updated x265 to version 3.1+8
index b9825a5..6c94f3c 100644 (file)
@@ -25,7 +25,7 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 9
-#define VER_X264_PATCH 2
+#define VER_X264_PATCH 3
 #define VER_X264_BUILD 1180
 
 #define VER_X264_PORTABLE_EDITION (0)