Minor installer fix.

This commit is contained in:
LoRd_MuldeR 2015-10-17 13:22:29 +02:00
parent cf85dd8300
commit ceb86346e0
2 changed files with 3 additions and 3 deletions

View File

@ -549,7 +549,7 @@ Section "-PreInit"
SetOutPath "$INSTDIR"
SectionEnd
Section "!Clean Up Old Cruft"
Section "-Clean Up Old Cruft"
!insertmacro PrintProgress "$(LAMEXP_LANG_STATUS_CLEANUP)"
!insertmacro CleanUpFiles ""
SectionEnd

View File

@ -34,8 +34,8 @@
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 2
#define VER_LAMEXP_TYPE RC
#define VER_LAMEXP_PATCH 2
#define VER_LAMEXP_BUILD 1808
#define VER_LAMEXP_PATCH 3
#define VER_LAMEXP_BUILD 1810
#define VER_LAMEXP_CONFG 1700
///////////////////////////////////////////////////////////////////////////////