From 05c7b930aef391572e844bc4cd9b9724350e3fa8 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 18 Oct 2015 21:50:34 +0200 Subject: [PATCH] Updated CHANGELOG file. --- HISTORY.txt | 2 ++ src/version.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index ad6ff2b..f57f625 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -5,7 +5,9 @@ Simple x264/x265 Launcher version history Version 2.61 [unreleased] * Refined custom parameters validation code, again * Fixed processing of CLI arguments for Launcher (regression in v2.60) +* Remove "junk" Trolltech registry key when application quits * Updated x264 to revision 2638 +* Updated x265 to version 1.8+31 Version 2.60 [2015-10-12] * Much improved validation of custom parameters diff --git a/src/version.h b/src/version.h index 5f246db..81ce4f8 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 6 #define VER_X264_PATCH 0 -#define VER_X264_BUILD 978 +#define VER_X264_BUILD 983 #define VER_X264_PORTABLE_EDITION (0)