From eba9f57773f460bb20a19e81f4367bc93b212938 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Fri, 21 Oct 2016 12:08:52 +0200 Subject: [PATCH] Bump version. --- HISTORY.txt | 5 +++-- README.md | 4 ++++ src/version.h | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 490d259..7a3ffdf 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,8 +2,9 @@ Simple x264/x265 Launcher version history ----------------------------------------- -Version 2.75 [2016-??-??] -* Updated x265 to version 2.1+20 +Version 2.76 [2016-10-21] +* Updated x265 to version 2.1+25 +* Updated NVEncC to version 3.01 * Detection of "portable" VapourSynth (see README for details!) * Detection of "portable" Avisynth (see README for details!) diff --git a/README.md b/README.md index f1e5fd6..d8e8d17 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ The following third-party software is used by this application: http://www.videolan.org/developers/x265.html x265 is a free software and is released under the terms of the GNU GPL. +* The NVEncC encoder software is Copyright (c) 1999-2016 rigaya. + https://onedrive.live.com/?id=6BDD4375AC8933C6%212293&cid=6BDD4375AC8933C6 + NVEncC is a free software and is released under the terms of the MIT License. + * AviSynth is Copyright (C) 2002-2006 Ben Rudiak-Gould et al. http://avisynth.nl/index.php/Main_Page AviSynth is a free software, released under the terms of the GNU GPL. diff --git a/src/version.h b/src/version.h index e63284d..ff3ad83 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 5 -#define VER_X264_BUILD 1058 +#define VER_X264_PATCH 6 +#define VER_X264_BUILD 1060 #define VER_X264_PORTABLE_EDITION (0)