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:
parent
72336429b6
commit
8b94e4124e
9 changed files with 50 additions and 42 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue