From d2236b4e0a104d2dfba5092f2e9ad06a430d0859 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 17 Apr 2020 22:48:36 +0200 Subject: [PATCH] Bump version and update changelog. --- HISTORY.txt | 5 +++++ src/version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.txt b/HISTORY.txt index fd6db98..d112080 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,6 +2,11 @@ Simple x264/x265 Launcher version history ----------------------------------------- +Version 2.96 [2020-04-17] +* Updated x264 to revision 3000 (API v160) +* Updated cURL to version 7.69.1 (2020-03-11) +* Updated build environment to Visual Studio 2019 with Update-5 + Version 2.95 [2020-01-03] * Updated x264 to revision 2991 (API v159) * Updated Avs2YUV to version 0.24 (BugMaster's mod 6) diff --git a/src/version.h b/src/version.h index 0add7e4..01df62c 100644 --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 9 -#define VER_X264_PATCH 5 +#define VER_X264_PATCH 6 #define VER_X264_BUILD 1198 #define VER_X264_PORTABLE_EDITION (0) -- 2.11.0