From fd6486e00951159b7e6a1c38cfbb37fc60b8f4b9 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 20 Dec 2015 00:16:10 +0100 Subject: [PATCH] Bump version. --- HISTORY.txt | 3 +++ src/version.h | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 6cbe227..5776755 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,9 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.64 [2015-12-20] +* Fixed a dependency issue with Visual Studio runtime libraries + Version 2.63 [2015-12-19] * Updated build environment to Visual Studio 2015 with Update-1 * Updated x265 to version 1.8+167 diff --git a/src/version.h b/src/version.h index 9aaf58a..0ffb81c 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 6 -#define VER_X264_PATCH 3 -#define VER_X264_BUILD 998 +#define VER_X264_PATCH 4 +#define VER_X264_BUILD 1000 #define VER_X264_PORTABLE_EDITION (0)