diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi
index d0204971..238a4f1b 100644
--- a/Examples/makensis.nsi
+++ b/Examples/makensis.nsi
@@ -3,11 +3,11 @@
!define VER_MAJOR 2
!define VER_MINOR 0
-!define VER_REVISION 5
+!define VER_REVISION 6
!define VER_BUILD 0
-!define VER_FILE "205"
-!define VER_DISPLAY "2.05"
+!define VER_FILE "206"
+!define VER_DISPLAY "2.06"
;--------------------------------
;Compile CVS Data Setup
diff --git a/Menu/images/header.gif b/Menu/images/header.gif
index 5bd8caf0..166670a7 100644
Binary files a/Menu/images/header.gif and b/Menu/images/header.gif differ
diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp
index 3f078f5c..a3b850f6 100644
--- a/Source/makenssi.cpp
+++ b/Source/makenssi.cpp
@@ -1,4 +1,4 @@
-const char *NSIS_VERSION="v2.05";
+const char *NSIS_VERSION="v2.06";
/*
diff --git a/Source/script.cpp b/Source/script.cpp
index b1763f5d..6d5e8cbb 100644
--- a/Source/script.cpp
+++ b/Source/script.cpp
@@ -2190,7 +2190,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
if (k == -1) PRINTHELP()
SCRIPT_MSG("XPStyle: %s\n", line.gettoken_str(1));
init_res_editor();
- const char *szXPManifest = k ? 0 : "Nullsoft Install System v2.05";
+ const char *szXPManifest = k ? 0 : "Nullsoft Install System v2.06";
res_editor->UpdateResource(MAKEINTRESOURCE(24), MAKEINTRESOURCE(1), NSIS_DEFAULT_LANG, (unsigned char*)szXPManifest, k ? 0 : strlen(szXPManifest));
}
catch (exception& err) {