diff --git a/Source/makenssi.cpp b/Source/makenssi.cpp index 198d46d8..7a915f34 100644 --- a/Source/makenssi.cpp +++ b/Source/makenssi.cpp @@ -94,7 +94,7 @@ static void print_logo() { fprintf(g_output,"MakeNSIS %s - Copyright 1995-2006 Contributors\n" "See the file COPYING for license details.\n" - "Credits can be found in the Users Manual.\n\n"); + "Credits can be found in the Users Manual.\n\n", NSIS_VERSION); fflush(g_output); }