summaryrefslogtreecommitdiff
path: root/Contrib/Modern UI 2/MUI2.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'Contrib/Modern UI 2/MUI2.nsh')
-rwxr-xr-xContrib/Modern UI 2/MUI2.nsh15
1 files changed, 8 insertions, 7 deletions
diff --git a/Contrib/Modern UI 2/MUI2.nsh b/Contrib/Modern UI 2/MUI2.nsh
index b2c5fc1..4068b34 100755
--- a/Contrib/Modern UI 2/MUI2.nsh
+++ b/Contrib/Modern UI 2/MUI2.nsh
@@ -1,22 +1,23 @@
/*
-NSIS Modern User Interface - Version 2.0
-Copyright 2002-2016 Joost Verburg
+NSIS Modern User Interface - Version 2.1
+Copyright 2002-2017 Joost Verburg
Contributors: Amir Szekely, Anders Kjersem
*/
!ifndef MUI_INCLUDED
-!echo "NSIS Modern User Interface version 2.0 - Copyright 2002-2016 Joost Verburg"
+!verbose push 3
+!define MUI_INCLUDED
+!define MUI_SYSVERSION "2.1"
+!verbose pop
+!echo "NSIS Modern User Interface version ${MUI_SYSVERSION} - Copyright 2002-2017 Joost Verburg"
;--------------------------------
!verbose push 3
!define /IfNDef MUI_VERBOSE 3
!verbose ${MUI_VERBOSE}
-!define MUI_INCLUDED
-!define MUI_SYSVERSION "2.0"
-
!addincludedir "${NSISDIR}\Contrib\Modern UI 2"
;--------------------------------
@@ -113,4 +114,4 @@ Contributors: Amir Szekely, Anders Kjersem
!macroend
!verbose pop
-!endif
+!endif ;~ MUI_INCLUDED