From: lordmulder Date: Tue, 27 Feb 2018 19:16:22 +0000 (+0100) Subject: Bump version. X-Git-Tag: v2.86 X-Git-Url: http://git.osdn.net/view?p=x264-launcher%2Fx264-launcher.git;a=commitdiff_plain;h=refs%2Ftags%2Fv2.86 Bump version. --- diff --git a/Copying.txt b/Copying.txt index 9b8d936..2e8b392 100644 --- a/Copying.txt +++ b/Copying.txt @@ -29,11 +29,11 @@ GNU General Public License version 3 The following third-party software is used by this program: -The x264 encoder software is Copyright (C) 2003-2017 x264 project. +The x264 encoder software is Copyright (C) 2003-2018 x264 project. http://www.videolan.org/developers/x264.html x264 is a free software and is released under the terms of the GNU GPL. -The x265 encoder software is Copyright (C) 2013-2017 x265 project. +The x265 encoder software is Copyright (C) 2013-2018 x265 project. http://www.videolan.org/developers/x265.html x265 is a free software and is released under the terms of the GNU GPL. @@ -41,7 +41,7 @@ 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. -VapourSynth is Copyright (c) 2012-2017 Fredrik Mellbin. +VapourSynth is Copyright (c) 2012-2018 Fredrik Mellbin. http://www.vapoursynth.com/ VapourSynth is a free software, released under the terms of the GNU LGPL. diff --git a/HISTORY.txt b/HISTORY.txt index e6ddb7f..27e415a 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -2,12 +2,13 @@ Simple x264/x265 Launcher version history ----------------------------------------- -Version 2.86 [2018-02-26] +Version 2.86 [2018-02-27] * Updated x264 to revision 2901 (API v155) * Updated x265 to version 2.7+1 * Updated NVEncC to version 3.30 -* Moved "shut-down computer" from preferences to main menu -* x264 now uses combined 8-Bit/10-Bit binaries +* x264 encoder now uses combined 8-Bit/10-Bit binaries +* Moved "Shutdown computer" option from preferences to application menu +* Updated build environment to Visual Studio 2017 with Update-5 Version 2.85 [2017-10-04] * Updated x265 to version 2.5+22 diff --git a/src/version.h b/src/version.h index ef53e80..45e454c 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 8 #define VER_X264_PATCH 6 -#define VER_X264_BUILD 1123 +#define VER_X264_BUILD 1124 #define VER_X264_PORTABLE_EDITION (0)