diff --git a/etc/setup/license.rtf b/etc/setup/license.rtf index 574a2b9..0d7dd19 100644 Binary files a/etc/setup/license.rtf and b/etc/setup/license.rtf differ diff --git a/gui/win_about.ui b/gui/win_about.ui index 3a8ca59..1303407 100644 --- a/gui/win_about.ui +++ b/gui/win_about.ui @@ -333,7 +333,7 @@ Note: Simple x264 Launcher is not affiliated with or endorsed by the x264 projec Commercially funded, open source implementation of the HEVC compression standard.<br> Released under the terms of the GNU General Public License, version 2.<br> <br> -The x265 project is coordinated by <a href="http://www.multicorewareinc.com/">MultiCoreWare</a>. See the <a href="http://x265.org/">web-site</a> for details.<br> +The x265 project is coordinated by <a href="http://www.multicorewareinc.com/">MultiCoreWare</a>. See the <a href="http://www.videolan.org/developers/x265.html">web-site</a> for details.<br> Read the <a href="http://goo.gl/smws42">user's manual</a> to get started and use the <a href="https://forum.doom9.org/forumdisplay.php?f=81">support forum</a> for help!<br> <br> Note: Simple x264 Launcher is not affiliated with or endorsed by the x265 project.</tt></nobr> diff --git a/src/version.h b/src/version.h index 684b3b7..4aee532 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #define VER_X264_MAJOR 2 #define VER_X264_MINOR 3 #define VER_X264_PATCH 4 -#define VER_X264_BUILD 810 +#define VER_X264_BUILD 811 #define VER_X264_PORTABLE_EDITION (0) diff --git a/src/win_main.cpp b/src/win_main.cpp index 501e281..af03323 100644 --- a/src/win_main.cpp +++ b/src/win_main.cpp @@ -176,8 +176,8 @@ MainWindow::MainWindow(const x264_cpu_t *const cpuFeatures, IPC *ipc) //Setup web-links SETUP_WEBLINK(ui->actionWebMulder, home_url); - SETUP_WEBLINK(ui->actionWebX264, "http://www.x264.com/"); - SETUP_WEBLINK(ui->actionWebX265, "http://www.x265.org/"); + SETUP_WEBLINK(ui->actionWebX264, "http://www.videolan.org/developers/x264.html"); + SETUP_WEBLINK(ui->actionWebX265, "http://www.videolan.org/developers/x265.html"); SETUP_WEBLINK(ui->actionWebKomisar, "http://komisar.gin.by/"); SETUP_WEBLINK(ui->actionWebVideoLAN, "http://download.videolan.org/pub/x264/binaries/"); SETUP_WEBLINK(ui->actionWebJEEB, "http://x264.fushizen.eu/");