version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4917 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
10dbfeab56
commit
7fd83c7114
2 changed files with 10 additions and 6 deletions
|
@ -169,10 +169,10 @@ Version History
|
|||
|
||||
2.0
|
||||
- Improved user interface
|
||||
- Define Symbols is available even if a script is not loaded.
|
||||
- Defined Symbols are saved on exit and reloaded on start.
|
||||
- Added NSIS Update menu.
|
||||
- Added toolbar for commonly used menus.
|
||||
- Define Symbols is available even if a script is not loaded
|
||||
- Defined Symbols are saved on exit and reloaded on start
|
||||
- Added NSIS Update menu
|
||||
- Added toolbar for commonly used menus
|
||||
- Made the Toolbar style flat
|
||||
- Added option for compile & run
|
||||
- Added compressor setting option
|
||||
|
@ -180,7 +180,11 @@ Version History
|
|||
- Added named Symbols sets.
|
||||
|
||||
2.1
|
||||
- Added "Cancel compilation" menu item.
|
||||
- Added "Cancel compilation" menu item
|
||||
|
||||
2.2
|
||||
- Settings saved in HKCU instead of HKLM
|
||||
- Added menu accelerators to MRU list
|
||||
|
||||
Copyright Information
|
||||
---------------------
|
||||
|
|
|
@ -53,7 +53,7 @@ BuildUtil(
|
|||
res = res,
|
||||
resources = resources,
|
||||
entry = 'WinMain',
|
||||
defines = ['WIN32_MEAN_AND_LEAN', 'RELEASE=2.1'],
|
||||
defines = ['WIN32_MEAN_AND_LEAN', 'RELEASE=2.2'],
|
||||
docs = docs,
|
||||
root_util = True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue