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