Added ${__COUNTER__} predefine

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6325 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2013-03-29 02:39:07 +00:00
parent 9fa3398dd9
commit fe8e4a36bf
3 changed files with 31 additions and 13 deletions

View file

@ -32,6 +32,8 @@ Released on ?, 2013
\b Added $\{NSIS_PACKEDVERSION\}, the NSIS version packed in a hex number (\W{http://sourceforge.net/support/tracker.php?aid=2680832}{patch #2680832})
\b Added $\{__COUNTER__\} predefine
\b Added UnsafeStrCpy instruction, it can write to special variables like $PLUGINSDIR
\b Plugins in $\{NSISDIR\}\\Plugins have to be reserved with \c{ReserveFile /plugin}