updated link to docs and buffer overrun prob

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@898 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-04 00:49:51 +00:00
parent 12f3bc0af7
commit 7f0129654f
6 changed files with 30 additions and 35 deletions

View file

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