diff --git a/etc/Deployment/_deploy.bat b/etc/Deployment/_deploy.bat index e01c44d6..5578764d 100644 --- a/etc/Deployment/_deploy.bat +++ b/etc/Deployment/_deploy.bat @@ -184,6 +184,14 @@ if %ERRORLEVEL% NEQ 0 ( pause && exit ) +set "VER_FILEVER=%VER_LAMEXP_MAJOR%.%VER_LAMEXP_MINOR_HI%.%VER_LAMEXP_MINOR_LO%.%VER_LAMEXP_PATCH%" +set "VER_PRODUCT=LameXP - Audio Encoder Front-End" +"%~dp0\..\Utilities\VerPatch.exe" "%OUT_FILE%.exe" "%VER_FILEVER%" /pv "%VER_FILEVER%" /fn /s desc "%VER_PRODUCT%" /s product "%VER_PRODUCT%" /s title "LameXP Installer SFX" /s copyright "Copyright (C) LoRd_MuldeR" /s company "Free Software Foundation" +if %ERRORLEVEL% NEQ 0 ( + "%~dp0\..\Utilities\CEcho.exe" red "\nFailed to build installer^!\n" + pause && exit +) + :: --------------------------------------------------------------------------- :: CLEAN UP :: --------------------------------------------------------------------------- diff --git a/etc/Utilities/VerPatch.exe b/etc/Utilities/VerPatch.exe new file mode 100644 index 00000000..3b8d1563 Binary files /dev/null and b/etc/Utilities/VerPatch.exe differ diff --git a/src/Config.h b/src/Config.h index 973178ef..7ade4562 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Final #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 1934 +#define VER_LAMEXP_BUILD 1936 #define VER_LAMEXP_CONFG 1934 ///////////////////////////////////////////////////////////////////////////////