Added ${NSIS_PACKEDVERSION} predefine
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6211 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9931591d3a
commit
b3dc58c704
3 changed files with 24 additions and 2 deletions
|
@ -203,6 +203,14 @@ Date & time of the last modification to the script file according to the current
|
|||
|
||||
NSIS version used to build the script.
|
||||
|
||||
\S1{prensispackedversion} $\{NSIS_PACKEDVERSION\}
|
||||
|
||||
NSIS version as a 32 bit number.
|
||||
|
||||
\c !if 0x2046000 >= ${NSIS_PACKEDVERSION}
|
||||
\c !error "NSIS 2.47 or higher is required to build this installer!"
|
||||
\c !endif
|
||||
|
||||
\S1{scopepredefines} Scope Predefines
|
||||
|
||||
Standard predefines that contain information of the current code scope.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue