OSDN Git Service

Minor installer fix.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 17 Oct 2015 11:22:29 +0000 (13:22 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 17 Oct 2015 11:22:29 +0000 (13:22 +0200)
etc/NSIS/setup.nsi
src/Config.h

index 1a5ef36..af5f55f 100644 (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
index 55b10c7..07608fb 100644 (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
 
 ///////////////////////////////////////////////////////////////////////////////