diff --git a/etc/setup/license.rtf b/etc/setup/license.rtf index 0d7dd19..79fd72f 100644 Binary files a/etc/setup/license.rtf and b/etc/setup/license.rtf differ diff --git a/etc/setup/setup.nsi b/etc/setup/setup.nsi index 3e1a284..71a3545 100644 --- a/etc/setup/setup.nsi +++ b/etc/setup/setup.nsi @@ -68,7 +68,7 @@ RequestExecutionLevel admin ShowInstDetails show ShowUninstDetails show -Name "Simple x264 Launcher [Build #${X264_BUILD}]" +Name "Simple x264/x265 Launcher [Build #${X264_BUILD}]" OutFile "${X264_OUTPUT_FILE}" BrandingText "Date created: ${X264_DATE} [Build #${X264_BUILD}]" InstallDir "$PROGRAMFILES\MuldeR\Simple x264 Launcher v2" diff --git a/src/version.h b/src/version.h index 5735110..4e5bbb9 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 7 -#define VER_X264_BUILD 851 +#define VER_X264_BUILD 852 #define VER_X264_PORTABLE_EDITION (0)