OSDN Git Service

Bump version. v2.80
authorlordmulder <mulder2@gmx.de>
Sat, 1 Apr 2017 18:26:55 +0000 (20:26 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 1 Apr 2017 18:26:55 +0000 (20:26 +0200)
HISTORY.txt
src/version.h

index 3b6fcc9..f14f310 100644 (file)
@@ -2,6 +2,10 @@
 Simple x264/x265 Launcher version history 
 ----------------------------------------- 
 
+Version 2.80 [2017-04-01]
+* Another attempt to fix application startup error "0xc0000005"
+* Some tweaks to speed-up the update checker
+
 Version 2.79 [2017-03-23]
 * Updated x265 to version 2.3+22
 * Fixed possible application startup error "0xc0000005"
index d1e48f9..3c4bf84 100644 (file)
@@ -24,9 +24,9 @@
 #endif
 
 #define VER_X264_MAJOR 2
-#define VER_X264_MINOR 7
-#define VER_X264_PATCH 9
-#define VER_X264_BUILD 1097
+#define VER_X264_MINOR 8
+#define VER_X264_PATCH 0
+#define VER_X264_BUILD 1100
 
 #define VER_X264_PORTABLE_EDITION (0)