From 17f6303b6bbc561838226795037370694d3996f0 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 3 Jul 2016 13:58:13 +0200 Subject: [PATCH] Updated Changelog. --- HISTORY.txt | 4 ++++ src/version.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 175fef8..c9d3de8 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,10 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.73 [2016-07-03] +* Updated x264 to revision 2705 +* Updated x265 to version 1.9+227 + Version 2.72 [2016-06-17] * Now actually contains the "x64" version of NVEncC diff --git a/src/version.h b/src/version.h index 971419a..930a282 100644 --- a/src/version.h +++ b/src/version.h @@ -25,8 +25,8 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 7 -#define VER_X264_PATCH 2 -#define VER_X264_BUILD 1035 +#define VER_X264_PATCH 3 +#define VER_X264_BUILD 1036 #define VER_X264_PORTABLE_EDITION (0)