Bump version.
This commit is contained in:
parent
939a072a86
commit
6b0e1ffee5
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user