Added new About dialog

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1358 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-10-09 17:11:01 +00:00
parent 72336429b6
commit 8b94e4124e
9 changed files with 50 additions and 42 deletions

View file

@ -23,7 +23,7 @@
#define STR(x) REALSTR(x)
#ifdef RELEASE
const char *NSISW_VERSION = "MakeNSISW " STR(RELEASE);
const char *NSISW_VERSION = "MakeNSISW Version " STR(RELEASE);
#else
const char *NSISW_VERSION = "MakeNSISW Build: " __DATE__;
#endif