OSDN Git Service

Bump version and update changelog. v2.98
authorlordmulder <mulder2@gmx.de>
Thu, 25 Jun 2020 18:08:41 +0000 (20:08 +0200)
committerlordmulder <mulder2@gmx.de>
Thu, 25 Jun 2020 18:08:41 +0000 (20:08 +0200)
HISTORY.txt
src/version.h

index 710b888..ab2874b 100644 (file)
@@ -2,6 +2,13 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 2.98 [2020-06-25]
+* Updated x264 to revision 3009 (API v160)
+* Updated x265 to version 3.4+7
+* Updated NVEncC to version 5.06
+* Added experimental "dark mode" (use option '--dark-gui-mode' to enable)
+* Updated build environment to Visual Studio 2019 with Update-6
+
 Version 2.97 [2020-05-15]
 * Updated x265 to version 3.3+27
 * Updated NVEncC to version 5.01
index 99c30af..9f69245 100644 (file)
@@ -25,8 +25,8 @@
 
 #define VER_X264_MAJOR 2
 #define VER_X264_MINOR 9
-#define VER_X264_PATCH 7
-#define VER_X264_BUILD 1206
+#define VER_X264_PATCH 8
+#define VER_X264_BUILD 1208
 
 #define VER_X264_PORTABLE_EDITION (0)