From 4fdc96a139b0da186bc5a83d574f04b456ac85d1 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 1 Apr 2017 20:26:55 +0200 Subject: [PATCH] Bump version. --- HISTORY.txt | 4 ++++ src/version.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 3b6fcc9..f14f310 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -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" diff --git a/src/version.h b/src/version.h index d1e48f9..3c4bf84 100644 --- a/src/version.h +++ b/src/version.h @@ -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)