- b3 version numbers
- last page before instfiles define now works as really planned. it will only be defined if really the last one before instfiles. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2227 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
08f2d43b8e
commit
4a9c33f569
3 changed files with 19 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
;NSIS Setup Script
|
||||
|
||||
!define VER_MAJOR 2
|
||||
!define VER_MINOR 0b2
|
||||
!define VER_MINOR 0b3
|
||||
|
||||
;--------------------------------
|
||||
;Compile CVS Data Setup
|
||||
|
@ -36,7 +36,7 @@ InstallDirRegKey HKLM SOFTWARE\NSIS ""
|
|||
;Modern UI Configuration
|
||||
|
||||
!define MUI_PRODUCT "NSIS"
|
||||
!define MUI_VERSION "2.0b2"
|
||||
!define MUI_VERSION "2.0b3"
|
||||
|
||||
!define MUI_NAME "Nullsoft Install System ${MUI_VERSION}" ;Installer name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue